Html Css Color HEX #9E55AA Violet Blue

📋 copy color: '#9E55AA'

red 158 ◦ green 85 ◦ blue 170

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

Shades of Violet Blue #9E55AA

Tints of Violet Blue #9E55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

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

R = 38.26%
G = 20.58%
B = 41.16%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E55AA (or 0x9E55AA) is known color: Violet Blue. HEX triplet: 9E, 55 and AA. RGB value is (158,85,170). Sum of RGB (Red+Green+Blue) = 158+85+170=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E55AA is #61AA55. Grayscale: #747474. Windows color (decimal): -6400598 or 11163038. OLE color: 11163038.

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

Color convert

RGB 158 85 170 -
CMYK 0.07 0.50 0 0.33
HSL 291.53º 0.33% 0.5% -
HSV(B) 291.53º 0.5% 0.67% -
XYZ 24.6 16.67 39.95 -
YUV 116.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 158 85 170 0.07 0.50 0 0.33 291.53 0.33 0.5
Hex 9E 55 AA 7 32 0 21 124 21 32
Octal 236 125 252 7 62 0 41 444 41 62
Binary 10011110 1010101 10101010 111 110010 0 100001 100100100 100001 110010

Color Harmonies of #9E55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E55AA

Black with #9E55AA

Text Example


Text Example

White with #9E55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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