#913CD6

Color #913CD6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #913CD6

Tints of Dark Orchid #913CD6

Color information

#913CD6 (or 0x913CD6) is unknown color: approx Dark Orchid. HEX triplet: 91, 3C and D6. RGB value is (145,60,214). Sum of RGB (Red+Green+Blue) = 145+60+214=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 214 (83.98% from 255 or 51.07% from 419); Max value from RGB is 214 - color contains mainly: blue. Hex color #913CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CD6 is #6EC329. Grayscale: #666666. Windows color (decimal): -7258922 or 14040209. OLE color: 14040209.

HSL color Cylindrical-coordinate representation of color #913CD6: hue angle of 273.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #913CD6 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14560214-
CMYK0.320.7200.16
HSL273.12º65.25%53.73%-
HSV(B)273.12º71.96%83.92%-
XYZ25.4314.1165-
YUV102.97190.66157.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 34.61%
GREEN value IS 60 (23.83% from 255) = 14.32%
BLUE value IS 214 (83.98% from 255) = 51.07%
R=34.61%
G=14.32%
B=51.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal145602140.320.7200.16273.1265.2553.73
Hex913CD620480101114136
Octal221743264011002042110166
Binary100100011111001101011010000010010000100001000100011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913CD6; }

 p { color: rgb(145,60,214); }

 H1.HeaderClassName
 {
   color: #913CD6;
 }
 .AnyTagClassName
 {
   color: #913CD6;
 }
</style>
background-color css

<style>
 a { background-color: #913CD6; }

 a { background-color: rgb(145,60,214); }

 div.DivClassName
 {
   background-color: #913CD6;
 }
 .BgClassName
 {
   background-color: #913CD6;
 }
</style>
border-color css

<style>
 span { border-color: #913CD6; }

 span { border-color: rgb(145,60,214); }

 td.TdClassName
 {
   border-color: #913CD6;
 }
 .TagClassName
 {
   border-color: #913CD6;
 }
</style>