Html Css Color HEX #8850BA Deep Lilac

📋 copy color: '#8850BA'

red 136 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #8850BA

Tints of Deep Lilac #8850BA

RGB

 RED value IS 136 (53.52% from 255) = 33.83%

 GREEN value IS 80 (31.64% from 255) = 19.9%

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

R = 33.83%
G = 19.9%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8850BA (or 0x8850BA) is known color: Deep Lilac. HEX triplet: 88, 50 and BA. RGB value is (136,80,186). Sum of RGB (Red+Green+Blue) = 136+80+186=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #8850BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8850BA is #77AF45. Grayscale: #6C6C6C. Windows color (decimal): -7843654 or 12210312. OLE color: 12210312.

HSL color Cylindrical-coordinate representation of color #8850BA: hue angle of 271.7º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8850BA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 80 186 -
CMYK 0.27 0.57 0 0.27
HSL 271.7º 0.43% 0.52% -
HSV(B) 271.7º 0.57% 0.73% -
XYZ 21.88 14.52 48.1 -
YUV 108.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 136 80 186 0.27 0.57 0 0.27 271.7 0.43 0.52
Hex 88 50 BA 1B 39 0 1B 110 2B 34
Octal 210 120 272 33 71 0 33 420 53 64
Binary 10001000 1010000 10111010 11011 111001 0 11011 100010000 101011 110100

Color Harmonies of #8850BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8850BA

Black with #8850BA

Text Example


Text Example

White with #8850BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,80,186); }

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

background-color css

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

 a { background-color: rgb(136,80,186); }

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

border-color css

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

 span { border-color: rgb(136,80,186); }

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