Html Css Color HEX #885FBC Lilac Bush

📋 copy color: '#885FBC'

red 136 ◦ green 95 ◦ blue 188

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

Shades of Lilac Bush #885FBC

Tints of Lilac Bush #885FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 32.46%
G = 22.67%
B = 44.87%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#885FBC (or 0x885FBC) is known color: Lilac Bush. HEX triplet: 88, 5F and BC. RGB value is (136,95,188). Sum of RGB (Red+Green+Blue) = 136+95+188=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #885FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FBC is #77A043. Grayscale: #757575. Windows color (decimal): -7839812 or 12345224. OLE color: 12345224.

HSL color Cylindrical-coordinate representation of color #885FBC: hue angle of 266.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885FBC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 95 188 -
CMYK 0.28 0.49 0 0.26
HSL 266.45º 0.41% 0.55% -
HSV(B) 266.45º 0.49% 0.74% -
XYZ 23.32 17.05 49.64 -
YUV 117.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 136 95 188 0.28 0.49 0 0.26 266.45 0.41 0.55
Hex 88 5F BC 1C 31 0 1A 10A 29 37
Octal 210 137 274 34 61 0 32 412 51 67
Binary 10001000 1011111 10111100 11100 110001 0 11010 100001010 101001 110111

Color Harmonies of #885FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FBC

Black with #885FBC

Text Example


Text Example

White with #885FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885FBC; }

 p { color: rgb(136,95,188); }

 H1.HeaderClassName
 {
   color: #885FBC;
 }
 .AnyTagClassName
 {
   color: #885FBC;
 }
</style>

background-color css

<style>
 a { background-color: #885FBC; }

 a { background-color: rgb(136,95,188); }

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

border-color css

<style>
 span { border-color: #885FBC; }

 span { border-color: rgb(136,95,188); }

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