Html Css Color HEX #885DBC Lilac Bush

📋 copy color: '#885DBC'

red 136 ◦ green 93 ◦ blue 188

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

Shades of Lilac Bush #885DBC

Tints of Lilac Bush #885DBC

RGB

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

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

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

R = 32.61%
G = 22.3%
B = 45.08%

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

#885DBC (or 0x885DBC) is known color: Lilac Bush. HEX triplet: 88, 5D and BC. RGB value is (136,93,188). Sum of RGB (Red+Green+Blue) = 136+93+188=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #885DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DBC is #77A243. Grayscale: #747474. Windows color (decimal): -7840324 or 12344712. OLE color: 12344712.

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

Color convert

RGB 136 93 188 -
CMYK 0.28 0.51 0 0.26
HSL 267.16º 0.41% 0.55% -
HSV(B) 267.16º 0.51% 0.74% -
XYZ 23.14 16.69 49.58 -
YUV 116.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 136 93 188 0.28 0.51 0 0.26 267.16 0.41 0.55
Hex 88 5D BC 1C 33 0 1A 10B 29 37
Octal 210 135 274 34 63 0 32 413 51 67
Binary 10001000 1011101 10111100 11100 110011 0 11010 100001011 101001 110111

Color Harmonies of #885DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DBC

Black with #885DBC

Text Example


Text Example

White with #885DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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