Html Css Color HEX #885DBD Lilac Bush

📋 copy color: '#885DBD'

red 136 ◦ green 93 ◦ blue 189

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

Shades of Lilac Bush #885DBD

Tints of Lilac Bush #885DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

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

R = 32.54%
G = 22.25%
B = 45.22%

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

#885DBD (or 0x885DBD) is known color: Lilac Bush. HEX triplet: 88, 5D and BD. RGB value is (136,93,189). Sum of RGB (Red+Green+Blue) = 136+93+189=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #885DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DBD is #77A242. Grayscale: #747474. Windows color (decimal): -7840323 or 12410248. OLE color: 12410248.

HSL color Cylindrical-coordinate representation of color #885DBD: hue angle of 266.88º 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 #885DBD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 93 189 -
CMYK 0.28 0.51 0 0.26
HSL 266.88º 0.42% 0.55% -
HSV(B) 266.88º 0.51% 0.74% -
XYZ 23.25 16.74 50.15 -
YUV 116.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 136 93 189 0.28 0.51 0 0.26 266.88 0.42 0.55
Hex 88 5D BD 1C 33 0 1A 10B 2A 37
Octal 210 135 275 34 63 0 32 413 52 67
Binary 10001000 1011101 10111101 11100 110011 0 11010 100001011 101010 110111

Color Harmonies of #885DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DBD

Black with #885DBD

Text Example


Text Example

White with #885DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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