#9E41CD

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

Shades of Dark Orchid #9E41CD

Tints of Dark Orchid #9E41CD

Color information

#9E41CD (or 0x9E41CD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 41 and CD. RGB value is (158,65,205). Sum of RGB (Red+Green+Blue) = 158+65+205=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E41CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E41CD is #61BE32. Grayscale: #6C6C6C. Windows color (decimal): -6405683 or 13451678. OLE color: 13451678.

HSL color Cylindrical-coordinate representation of color #9E41CD: hue angle of 279.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E41CD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15865205-
CMYK0.230.6800.20
HSL279.86º58.33%52.94%-
HSV(B)279.86º68.29%80.39%-
XYZ27.0115.4659.32-
YUV108.77182.31163.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 65 (25.78% from 255) = 15.19%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=36.92%
G=15.19%
B=47.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158652050.230.6800.20279.8658.3352.94
Hex9E41CD17440141183a35
Octal236101315271040244307265
Binary10011110100000111001101101111000100010100100011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E41CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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