Html Css Color HEX #9855BA Deep Lilac

📋 copy color: '#9855BA'

red 152 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #9855BA

Tints of Deep Lilac #9855BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 35.93%
G = 20.09%
B = 43.97%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9855BA (or 0x9855BA) is known color: Deep Lilac. HEX triplet: 98, 55 and BA. RGB value is (152,85,186). Sum of RGB (Red+Green+Blue) = 152+85+186=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9855BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855BA is #67AA45. Grayscale: #747474. Windows color (decimal): -6793798 or 12211608. OLE color: 12211608.

HSL color Cylindrical-coordinate representation of color #9855BA: hue angle of 279.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9855BA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 85 186 -
CMYK 0.18 0.54 0 0.27
HSL 279.8º 0.42% 0.53% -
HSV(B) 279.8º 0.54% 0.73% -
XYZ 25.06 16.72 48.36 -
YUV 116.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 152 85 186 0.18 0.54 0 0.27 279.8 0.42 0.53
Hex 98 55 BA 12 36 0 1B 118 2A 35
Octal 230 125 272 22 66 0 33 430 52 65
Binary 10011000 1010101 10111010 10010 110110 0 11011 100011000 101010 110101

Color Harmonies of #9855BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855BA

Black with #9855BA

Text Example


Text Example

White with #9855BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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