Html Css Color HEX #885CBD Lilac Bush

📋 copy color: '#885CBD'

red 136 ◦ green 92 ◦ blue 189

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

Shades of Lilac Bush #885CBD

Tints of Lilac Bush #885CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.06%

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 32.61%
G = 22.06%
B = 45.32%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#885CBD (or 0x885CBD) is known color: Lilac Bush. HEX triplet: 88, 5C and BD. RGB value is (136,92,189). Sum of RGB (Red+Green+Blue) = 136+92+189=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #885CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CBD is #77A342. Grayscale: #737373. Windows color (decimal): -7840579 or 12409992. OLE color: 12409992.

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

Color convert

RGB 136 92 189 -
CMYK 0.28 0.51 0 0.26
HSL 267.22º 0.42% 0.55% -
HSV(B) 267.22º 0.51% 0.74% -
XYZ 23.17 16.56 50.12 -
YUV 116.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 136 92 189 0.28 0.51 0 0.26 267.22 0.42 0.55
Hex 88 5C BD 1C 33 0 1A 10B 2A 37
Octal 210 134 275 34 63 0 32 413 52 67
Binary 10001000 1011100 10111101 11100 110011 0 11010 100001011 101010 110111

Color Harmonies of #885CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CBD

Black with #885CBD

Text Example


Text Example

White with #885CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,92,189); }

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

background-color css

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

 a { background-color: rgb(136,92,189); }

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

border-color css

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

 span { border-color: rgb(136,92,189); }

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