Html Css Color HEX #9E51AA Violet Blue

📋 copy color: '#9E51AA'

red 158 ◦ green 81 ◦ blue 170

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

Shades of Violet Blue #9E51AA

Tints of Violet Blue #9E51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

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

R = 38.63%
G = 19.8%
B = 41.56%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E51AA (or 0x9E51AA) is known color: Violet Blue. HEX triplet: 9E, 51 and AA. RGB value is (158,81,170). Sum of RGB (Red+Green+Blue) = 158+81+170=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E51AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E51AA is #61AE55. Grayscale: #717171. Windows color (decimal): -6401622 or 11162014. OLE color: 11162014.

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

Color convert

RGB 158 81 170 -
CMYK 0.07 0.52 0 0.33
HSL 291.91º 0.35% 0.49% -
HSV(B) 291.91º 0.52% 0.67% -
XYZ 24.3 16.06 39.85 -
YUV 114.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 158 81 170 0.07 0.52 0 0.33 291.91 0.35 0.49
Hex 9E 51 AA 7 34 0 21 124 23 31
Octal 236 121 252 7 64 0 41 444 43 61
Binary 10011110 1010001 10101010 111 110100 0 100001 100100100 100011 110001

Color Harmonies of #9E51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E51AA

Black with #9E51AA

Text Example


Text Example

White with #9E51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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