#9E41CF

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

Shades of Dark Orchid #9E41CF

Tints of Dark Orchid #9E41CF

Color information

#9E41CF (or 0x9E41CF) is unknown color: approx Dark Orchid. HEX triplet: 9E, 41 and CF. RGB value is (158,65,207). Sum of RGB (Red+Green+Blue) = 158+65+207=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E41CF is #61BE30. Grayscale: #6C6C6C. Windows color (decimal): -6405681 or 13582750. OLE color: 13582750.

HSL color Cylindrical-coordinate representation of color #9E41CF: hue angle of 279.3º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E41CF is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15865207-
CMYK0.240.6900.19
HSL279.3º59.66%53.33%-
HSV(B)279.3º68.6%81.18%-
XYZ27.2515.5560.6-
YUV108.99183.31162.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.74%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 207 (81.25% from 255) = 48.14%
R=36.74%
G=15.12%
B=48.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158652070.240.6900.19279.359.6653.33
Hex9E41CF18450131173c35
Octal236101317301050234277465
Binary10011110100000111001111110001000101010011100010111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E41CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,65,207); }

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

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

 a { background-color: rgb(158,65,207); }

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

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

 span { border-color: rgb(158,65,207); }

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