Html Css Color HEX #9E26AA Dark Orchid

📋 copy color: '#9E26AA'

red 158 ◦ green 38 ◦ blue 170

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

Shades of Dark Orchid #9E26AA

Tints of Dark Orchid #9E26AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.38%

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

R = 43.17%
G = 10.38%
B = 46.45%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E26AA (or 0x9E26AA) is known color: Dark Orchid. HEX triplet: 9E, 26 and AA. RGB value is (158,38,170). Sum of RGB (Red+Green+Blue) = 158+38+170=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E26AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E26AA is #61D955. Grayscale: #585858. Windows color (decimal): -6412630 or 11151006. OLE color: 11151006.

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

Color convert

RGB 158 38 170 -
CMYK 0.07 0.78 0 0.33
HSL 294.55º 0.63% 0.41% -
HSV(B) 294.55º 0.78% 0.67% -
XYZ 22.05 11.56 39.1 -
YUV 88.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 158 38 170 0.07 0.78 0 0.33 294.55 0.63 0.41
Hex 9E 26 AA 7 4E 0 21 127 3F 29
Octal 236 46 252 7 116 0 41 447 77 51
Binary 10011110 100110 10101010 111 1001110 0 100001 100100111 111111 101001

Color Harmonies of #9E26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E26AA

Black with #9E26AA

Text Example


Text Example

White with #9E26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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