Html Css Color HEX #9E29AA Dark Orchid

📋 copy color: '#9E29AA'

red 158 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #9E29AA

Tints of Dark Orchid #9E29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.11%

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

R = 42.82%
G = 11.11%
B = 46.07%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E29AA (or 0x9E29AA) is known color: Dark Orchid. HEX triplet: 9E, 29 and AA. RGB value is (158,41,170). Sum of RGB (Red+Green+Blue) = 158+41+170=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E29AA is #61D655. Grayscale: #5A5A5A. Windows color (decimal): -6411862 or 11151774. OLE color: 11151774.

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

Color convert

RGB 158 41 170 -
CMYK 0.07 0.76 0 0.33
HSL 294.42º 0.61% 0.41% -
HSV(B) 294.42º 0.76% 0.67% -
XYZ 22.15 11.76 39.13 -
YUV 90.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 158 41 170 0.07 0.76 0 0.33 294.42 0.61 0.41
Hex 9E 29 AA 7 4C 0 21 126 3D 29
Octal 236 51 252 7 114 0 41 446 75 51
Binary 10011110 101001 10101010 111 1001100 0 100001 100100110 111101 101001

Color Harmonies of #9E29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E29AA

Black with #9E29AA

Text Example


Text Example

White with #9E29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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