Html Css Color HEX #9E55AC Violet Blue

📋 copy color: '#9E55AC'

red 158 ◦ green 85 ◦ blue 172

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

Shades of Violet Blue #9E55AC

Tints of Violet Blue #9E55AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 38.07%
G = 20.48%
B = 41.45%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E55AC (or 0x9E55AC) is known color: Violet Blue. HEX triplet: 9E, 55 and AC. RGB value is (158,85,172). Sum of RGB (Red+Green+Blue) = 158+85+172=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E55AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E55AC is #61AA53. Grayscale: #747474. Windows color (decimal): -6400596 or 11294110. OLE color: 11294110.

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

Color convert

RGB 158 85 172 -
CMYK 0.08 0.51 0 0.33
HSL 290.34º 0.34% 0.5% -
HSV(B) 290.34º 0.51% 0.67% -
XYZ 24.8 16.74 40.95 -
YUV 116.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 158 85 172 0.08 0.51 0 0.33 290.34 0.34 0.5
Hex 9E 55 AC 8 33 0 21 122 22 32
Octal 236 125 254 10 63 0 41 442 42 62
Binary 10011110 1010101 10101100 1000 110011 0 100001 100100010 100010 110010

Color Harmonies of #9E55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E55AC

Black with #9E55AC

Text Example


Text Example

White with #9E55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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