#9E2CCD

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

Shades of Dark Orchid #9E2CCD

Tints of Dark Orchid #9E2CCD

Color information

#9E2CCD (or 0x9E2CCD) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2C and CD. RGB value is (158,44,205). Sum of RGB (Red+Green+Blue) = 158+44+205=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2CCD is #61D332. Grayscale: #5F5F5F. Windows color (decimal): -6411059 or 13446302. OLE color: 13446302.

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

Color convert

RGB15844205-
CMYK0.230.7900.20
HSL282.48º64.66%48.82%-
HSV(B)282.48º78.54%80.39%-
XYZ26.0213.4858.99-
YUV96.44189.27171.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 44 (17.58% from 255) = 10.81%
BLUE value IS 205 (80.47% from 255) = 50.37%
R=38.82%
G=10.81%
B=50.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158442050.230.7900.20282.4864.6648.82
Hex9E2CCD174F01411a4131
Octal236543152711702443210161
Binary10011110101100110011011011110011110101001000110101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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