Html Css Color HEX #9E57AA Violet Blue

📋 copy color: '#9E57AA'

red 158 ◦ green 87 ◦ blue 170

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

Shades of Violet Blue #9E57AA

Tints of Violet Blue #9E57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.96%

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

R = 38.07%
G = 20.96%
B = 40.96%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E57AA (or 0x9E57AA) is known color: Violet Blue. HEX triplet: 9E, 57 and AA. RGB value is (158,87,170). Sum of RGB (Red+Green+Blue) = 158+87+170=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E57AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E57AA is #61A855. Grayscale: #757575. Windows color (decimal): -6400086 or 11163550. OLE color: 11163550.

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

Color convert

RGB 158 87 170 -
CMYK 0.07 0.49 0 0.33
HSL 291.33º 0.33% 0.5% -
HSV(B) 291.33º 0.49% 0.67% -
XYZ 24.76 16.99 40 -
YUV 117.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 158 87 170 0.07 0.49 0 0.33 291.33 0.33 0.5
Hex 9E 57 AA 7 31 0 21 123 21 32
Octal 236 127 252 7 61 0 41 443 41 62
Binary 10011110 1010111 10101010 111 110001 0 100001 100100011 100001 110010

Color Harmonies of #9E57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E57AA

Black with #9E57AA

Text Example


Text Example

White with #9E57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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