#9E1FC6

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

Shades of Dark Orchid #9E1FC6

Tints of Dark Orchid #9E1FC6

Color information

#9E1FC6 (or 0x9E1FC6) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1F and C6. RGB value is (158,31,198). Sum of RGB (Red+Green+Blue) = 158+31+198=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E1FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1FC6 is #61E039. Grayscale: #575757. Windows color (decimal): -6414394 or 12984222. OLE color: 12984222.

HSL color Cylindrical-coordinate representation of color #9E1FC6: hue angle of 285.63º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1FC6 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15831198-
CMYK0.200.8400.22
HSL285.63º72.93%44.9%-
HSV(B)285.63º84.34%77.65%-
XYZ24.7812.3354.5-
YUV88.01190.08177.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 31 (12.5% from 255) = 8.01%
BLUE value IS 198 (77.73% from 255) = 51.16%
R=40.83%
G=8.01%
B=51.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158311980.200.8400.22285.6372.9344.9
Hex9E1FC6145401611e492d
Octal236373062412402643611155
Binary1001111011111110001101010010101000101101000111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1FC6; }

 p { color: rgb(158,31,198); }

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

<style>
 a { background-color: #9E1FC6; }

 a { background-color: rgb(158,31,198); }

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

<style>
 span { border-color: #9E1FC6; }

 span { border-color: rgb(158,31,198); }

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