#9E1FC0

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

Shades of Dark Orchid #9E1FC0

Tints of Dark Orchid #9E1FC0

Color information

#9E1FC0 (or 0x9E1FC0) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1F and C0. RGB value is (158,31,192). Sum of RGB (Red+Green+Blue) = 158+31+192=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E1FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1FC0 is #61E03F. Grayscale: #565656. Windows color (decimal): -6414400 or 12591006. OLE color: 12591006.

HSL color Cylindrical-coordinate representation of color #9E1FC0: hue angle of 287.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1FC0 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15831192-
CMYK0.180.8400.25
HSL287.33º72.2%43.73%-
HSV(B)287.33º83.85%75.29%-
XYZ24.112.0550.93-
YUV87.33187.08178.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.47%
GREEN value IS 31 (12.5% from 255) = 8.14%
BLUE value IS 192 (75.39% from 255) = 50.39%
R=41.47%
G=8.14%
B=50.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158311920.180.8400.25287.3372.243.73
Hex9E1FC0125401911f482c
Octal236373002212403143711054
Binary1001111011111110000001001010101000110011000111111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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