Html Css Color HEX #9E2BAA Dark Orchid

📋 copy color: '#9E2BAA'

red 158 ◦ green 43 ◦ blue 170

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

Shades of Dark Orchid #9E2BAA

Tints of Dark Orchid #9E2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.59%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 42.59%
G = 11.59%
B = 45.82%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E2BAA (or 0x9E2BAA) is known color: Dark Orchid. HEX triplet: 9E, 2B and AA. RGB value is (158,43,170). Sum of RGB (Red+Green+Blue) = 158+43+170=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2BAA is #61D455. Grayscale: #5B5B5B. Windows color (decimal): -6411350 or 11152286. OLE color: 11152286.

HSL color Cylindrical-coordinate representation of color #9E2BAA: hue angle of 294.33º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2BAA is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 43 170 -
CMYK 0.07 0.75 0 0.33
HSL 294.33º 0.6% 0.42% -
HSV(B) 294.33º 0.75% 0.67% -
XYZ 22.22 11.9 39.16 -
YUV 91.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 158 43 170 0.07 0.75 0 0.33 294.33 0.6 0.42
Hex 9E 2B AA 7 4B 0 21 126 3C 2A
Octal 236 53 252 7 113 0 41 446 74 52
Binary 10011110 101011 10101010 111 1001011 0 100001 100100110 111100 101010

Color Harmonies of #9E2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2BAA

Black with #9E2BAA

Text Example


Text Example

White with #9E2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,43,170); }

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

background-color css

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

 a { background-color: rgb(158,43,170); }

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

border-color css

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

 span { border-color: rgb(158,43,170); }

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