Html Css Color HEX #9855AB Deep Lilac

📋 copy color: '#9855AB'

red 152 ◦ green 85 ◦ blue 171

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

Shades of Deep Lilac #9855AB

Tints of Deep Lilac #9855AB

RGB

 RED value IS 152 (59.77% from 255) = 37.25%

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

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

R = 37.25%
G = 20.83%
B = 41.91%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9855AB (or 0x9855AB) is known color: Deep Lilac. HEX triplet: 98, 55 and AB. RGB value is (152,85,171). Sum of RGB (Red+Green+Blue) = 152+85+171=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 85 (33.59% from 255 or 20.83% 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 #9855AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9855AB is #67AA54. Grayscale: #727272. Windows color (decimal): -6793813 or 11228568. OLE color: 11228568.

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

Color convert

RGB 152 85 171 -
CMYK 0.11 0.50 0 0.33
HSL 286.74º 0.34% 0.5% -
HSV(B) 286.74º 0.5% 0.67% -
XYZ 23.55 16.11 40.4 -
YUV 114.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 152 85 171 0.11 0.50 0 0.33 286.74 0.34 0.5
Hex 98 55 AB B 32 0 21 11F 22 32
Octal 230 125 253 13 62 0 41 437 42 62
Binary 10011000 1010101 10101011 1011 110010 0 100001 100011111 100010 110010

Color Harmonies of #9855AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855AB

Black with #9855AB

Text Example


Text Example

White with #9855AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,85,171); }

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

background-color css

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

 a { background-color: rgb(152,85,171); }

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

border-color css

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

 span { border-color: rgb(152,85,171); }

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