Html Css Color HEX #9558AC Deep Lilac

📋 copy color: '#9558AC'

red 149 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #9558AC

Tints of Deep Lilac #9558AC

RGB

 RED value IS 149 (58.59% from 255) = 36.43%

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 36.43%
G = 21.52%
B = 42.05%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9558AC (or 0x9558AC) is known color: Deep Lilac. HEX triplet: 95, 58 and AC. RGB value is (149,88,172). Sum of RGB (Red+Green+Blue) = 149+88+172=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #9558AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9558AC is #6AA753. Grayscale: #737373. Windows color (decimal): -6989652 or 11294869. OLE color: 11294869.

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

Color convert

RGB 149 88 172 -
CMYK 0.13 0.49 0 0.33
HSL 283.57º 0.34% 0.51% -
HSV(B) 283.57º 0.49% 0.67% -
XYZ 23.33 16.35 40.96 -
YUV 115.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 149 88 172 0.13 0.49 0 0.33 283.57 0.34 0.51
Hex 95 58 AC D 31 0 21 11C 22 33
Octal 225 130 254 15 61 0 41 434 42 63
Binary 10010101 1011000 10101100 1101 110001 0 100001 100011100 100010 110011

Color Harmonies of #9558AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558AC

Black with #9558AC

Text Example


Text Example

White with #9558AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9558AC; }

 p { color: rgb(149,88,172); }

 H1.HeaderClassName
 {
   color: #9558AC;
 }
 .AnyTagClassName
 {
   color: #9558AC;
 }
</style>

background-color css

<style>
 a { background-color: #9558AC; }

 a { background-color: rgb(149,88,172); }

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

border-color css

<style>
 span { border-color: #9558AC; }

 span { border-color: rgb(149,88,172); }

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