Html Css Color HEX #9558AB Deep Lilac

📋 copy color: '#9558AB'

red 149 ◦ green 88 ◦ blue 171

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

Shades of Deep Lilac #9558AB

Tints of Deep Lilac #9558AB

RGB

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

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

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

R = 36.52%
G = 21.57%
B = 41.91%

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

#9558AB (or 0x9558AB) is known color: Deep Lilac. HEX triplet: 95, 58 and AB. RGB value is (149,88,171). Sum of RGB (Red+Green+Blue) = 149+88+171=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #9558AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9558AB is #6AA754. Grayscale: #737373. Windows color (decimal): -6989653 or 11229333. OLE color: 11229333.

HSL color Cylindrical-coordinate representation of color #9558AB: hue angle of 284.1º degrees, saturation: 0.33, 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 #9558AB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 88 171 -
CMYK 0.13 0.49 0 0.33
HSL 284.1º 0.33% 0.51% -
HSV(B) 284.1º 0.49% 0.67% -
XYZ 23.23 16.31 40.45 -
YUV 115.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 149 88 171 0.13 0.49 0 0.33 284.1 0.33 0.51
Hex 95 58 AB D 31 0 21 11C 21 33
Octal 225 130 253 15 61 0 41 434 41 63
Binary 10010101 1011000 10101011 1101 110001 0 100001 100011100 100001 110011

Color Harmonies of #9558AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558AB

Black with #9558AB

Text Example


Text Example

White with #9558AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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