Html Css Color HEX #9855AC Deep Lilac

📋 copy color: '#9855AC'

red 152 ◦ green 85 ◦ blue 172

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

Shades of Deep Lilac #9855AC

Tints of Deep Lilac #9855AC

RGB

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

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

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

R = 37.16%
G = 20.78%
B = 42.05%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9855AC (or 0x9855AC) is known color: Deep Lilac. HEX triplet: 98, 55 and AC. RGB value is (152,85,172). Sum of RGB (Red+Green+Blue) = 152+85+172=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 85 (33.59% from 255 or 20.78% 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 #9855AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9855AC is #67AA53. Grayscale: #727272. Windows color (decimal): -6793812 or 11294104. OLE color: 11294104.

HSL color Cylindrical-coordinate representation of color #9855AC: hue angle of 286.21º 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 #9855AC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 85 172 -
CMYK 0.12 0.51 0 0.33
HSL 286.21º 0.34% 0.5% -
HSV(B) 286.21º 0.51% 0.67% -
XYZ 23.64 16.15 40.9 -
YUV 114.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 152 85 172 0.12 0.51 0 0.33 286.21 0.34 0.5
Hex 98 55 AC C 33 0 21 11E 22 32
Octal 230 125 254 14 63 0 41 436 42 62
Binary 10011000 1010101 10101100 1100 110011 0 100001 100011110 100010 110010

Color Harmonies of #9855AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855AC

Black with #9855AC

Text Example


Text Example

White with #9855AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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