Html Css Color HEX #9855BF Deep Lilac

📋 copy color: '#9855BF'

red 152 ◦ green 85 ◦ blue 191

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

Shades of Deep Lilac #9855BF

Tints of Deep Lilac #9855BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 35.51%
G = 19.86%
B = 44.63%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9855BF (or 0x9855BF) is known color: Deep Lilac. HEX triplet: 98, 55 and BF. RGB value is (152,85,191). Sum of RGB (Red+Green+Blue) = 152+85+191=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #9855BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855BF is #67AA40. Grayscale: #747474. Windows color (decimal): -6793793 or 12539288. OLE color: 12539288.

HSL color Cylindrical-coordinate representation of color #9855BF: hue angle of 277.92º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9855BF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 85 191 -
CMYK 0.20 0.55 0 0.25
HSL 277.92º 0.45% 0.54% -
HSV(B) 277.92º 0.55% 0.75% -
XYZ 25.6 16.93 51.21 -
YUV 117.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 152 85 191 0.20 0.55 0 0.25 277.92 0.45 0.54
Hex 98 55 BF 14 37 0 19 116 2D 36
Octal 230 125 277 24 67 0 31 426 55 66
Binary 10011000 1010101 10111111 10100 110111 0 11001 100010110 101101 110110

Color Harmonies of #9855BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855BF

Black with #9855BF

Text Example


Text Example

White with #9855BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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