#9E2ACA

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

Shades of Dark Orchid #9E2ACA

Tints of Dark Orchid #9E2ACA

Color information

#9E2ACA (or 0x9E2ACA) is unknown color: approx Dark Orchid. HEX triplet: 9E, 2A and CA. RGB value is (158,42,202). Sum of RGB (Red+Green+Blue) = 158+42+202=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E2ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2ACA is #61D535. Grayscale: #5E5E5E. Windows color (decimal): -6411574 or 13249182. OLE color: 13249182.

HSL color Cylindrical-coordinate representation of color #9E2ACA: hue angle of 283.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2ACA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15842202-
CMYK0.220.7900.21
HSL283.5º65.57%47.84%-
HSV(B)283.5º79.21%79.22%-
XYZ25.5913.1957.07-
YUV94.92188.43172.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.30%
GREEN value IS 42 (16.80% from 255) = 10.45%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=39.30%
G=10.45%
B=50.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158422020.220.7900.21283.565.5747.84
Hex9E2ACA164F01511c4230
Octal236523122611702543410260
Binary10011110101010110010101011010011110101011000111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,42,202); }

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

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

 a { background-color: rgb(158,42,202); }

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

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

 span { border-color: rgb(158,42,202); }

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