Html Css Color HEX #9E64AB Violet Blue

📋 copy color: '#9E64AB'

red 158 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #9E64AB

Tints of Violet Blue #9E64AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.31%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 36.83%
G = 23.31%
B = 39.86%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E64AB (or 0x9E64AB) is known color: Violet Blue. HEX triplet: 9E, 64 and AB. RGB value is (158,100,171). Sum of RGB (Red+Green+Blue) = 158+100+171=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E64AB is #619B54. Grayscale: #7D7D7D. Windows color (decimal): -6396757 or 11232414. OLE color: 11232414.

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

Color convert

RGB 158 100 171 -
CMYK 0.08 0.42 0 0.33
HSL 289.01º 0.3% 0.53% -
HSV(B) 289.01º 0.42% 0.67% -
XYZ 26.01 19.32 40.89 -
YUV 125.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 158 100 171 0.08 0.42 0 0.33 289.01 0.3 0.53
Hex 9E 64 AB 8 2A 0 21 121 1E 35
Octal 236 144 253 10 52 0 41 441 36 65
Binary 10011110 1100100 10101011 1000 101010 0 100001 100100001 11110 110101

Color Harmonies of #9E64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E64AB

Black with #9E64AB

Text Example


Text Example

White with #9E64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,100,171); }

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

background-color css

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

 a { background-color: rgb(158,100,171); }

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

border-color css

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

 span { border-color: rgb(158,100,171); }

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