#9E40CD

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

Shades of Dark Orchid #9E40CD

Tints of Dark Orchid #9E40CD

Color information

#9E40CD (or 0x9E40CD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 40 and CD. RGB value is (158,64,205). Sum of RGB (Red+Green+Blue) = 158+64+205=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40CD is #61BF32. Grayscale: #6B6B6B. Windows color (decimal): -6405939 or 13451422. OLE color: 13451422.

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

Color convert

RGB15864205-
CMYK0.230.6900.20
HSL280º58.51%52.75%-
HSV(B)280º68.78%80.39%-
XYZ26.9515.3459.3-
YUV108.18182.64163.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=37.00%
G=14.99%
B=48.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158642050.230.6900.2028058.5152.75
Hex9E40CD17450141183b35
Octal236100315271050244307365
Binary10011110100000011001101101111000101010100100011000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E40CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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