Html Css Color HEX #9E2CAE Dark Orchid

📋 copy color: '#9E2CAE'

red 158 ◦ green 44 ◦ blue 174

#9E2CAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9E2CAE

Tints of Dark Orchid #9E2CAE

RGB

 RED value IS 158 (62.11% from 255) = 42.02%

 GREEN value IS 44 (17.58% from 255) = 11.7%

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 42.02%
G = 11.7%
B = 46.28%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E2CAE (or 0x9E2CAE) is known color: Dark Orchid. HEX triplet: 9E, 2C and AE. RGB value is (158,44,174). Sum of RGB (Red+Green+Blue) = 158+44+174=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E2CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2CAE is #61D351. Grayscale: #5C5C5C. Windows color (decimal): -6411090 or 11414686. OLE color: 11414686.

HSL color Cylindrical-coordinate representation of color #9E2CAE: hue angle of 292.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2CAE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 44 174 -
CMYK 0.09 0.75 0 0.32
HSL 292.62º 0.6% 0.43% -
HSV(B) 292.62º 0.75% 0.68% -
XYZ 22.64 12.13 41.19 -
YUV 92.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 158 44 174 0.09 0.75 0 0.32 292.62 0.6 0.43
Hex 9E 2C AE 9 4B 0 20 125 3C 2B
Octal 236 54 256 11 113 0 40 445 74 53
Binary 10011110 101100 10101110 1001 1001011 0 100000 100100101 111100 101011

Color Harmonies of #9E2CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2CAE

Black with #9E2CAE

Text Example


Text Example

White with #9E2CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E2CAE;
 }
 .AnyTagClassName
 {
   color: #9E2CAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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