Html Css Color HEX #9E2FAE Dark Orchid

📋 copy color: '#9E2FAE'

red 158 ◦ green 47 ◦ blue 174

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

Shades of Dark Orchid #9E2FAE

Tints of Dark Orchid #9E2FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

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

R = 41.69%
G = 12.4%
B = 45.91%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E2FAE (or 0x9E2FAE) is known color: Dark Orchid. HEX triplet: 9E, 2F and AE. RGB value is (158,47,174). Sum of RGB (Red+Green+Blue) = 158+47+174=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E2FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2FAE is #61D051. Grayscale: #5E5E5E. Windows color (decimal): -6410322 or 11415454. OLE color: 11415454.

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

Color convert

RGB 158 47 174 -
CMYK 0.09 0.73 0 0.32
HSL 292.44º 0.57% 0.43% -
HSV(B) 292.44º 0.73% 0.68% -
XYZ 22.76 12.36 41.23 -
YUV 94.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 158 47 174 0.09 0.73 0 0.32 292.44 0.57 0.43
Hex 9E 2F AE 9 49 0 20 124 39 2B
Octal 236 57 256 11 111 0 40 444 71 53
Binary 10011110 101111 10101110 1001 1001001 0 100000 100100100 111001 101011

Color Harmonies of #9E2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2FAE

Black with #9E2FAE

Text Example


Text Example

White with #9E2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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