Html Css Color HEX #885DBE Lilac Bush

📋 copy color: '#885DBE'

red 136 ◦ green 93 ◦ blue 190

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

Shades of Lilac Bush #885DBE

Tints of Lilac Bush #885DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.35%

R = 32.46%
G = 22.2%
B = 45.35%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#885DBE (or 0x885DBE) is known color: Lilac Bush. HEX triplet: 88, 5D and BE. RGB value is (136,93,190). Sum of RGB (Red+Green+Blue) = 136+93+190=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #885DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DBE is #77A241. Grayscale: #747474. Windows color (decimal): -7840322 or 12475784. OLE color: 12475784.

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

Color convert

RGB 136 93 190 -
CMYK 0.28 0.51 0 0.25
HSL 266.6º 0.43% 0.55% -
HSV(B) 266.6º 0.51% 0.75% -
XYZ 23.36 16.78 50.72 -
YUV 116.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 136 93 190 0.28 0.51 0 0.25 266.6 0.43 0.55
Hex 88 5D BE 1C 33 0 19 10B 2B 37
Octal 210 135 276 34 63 0 31 413 53 67
Binary 10001000 1011101 10111110 11100 110011 0 11001 100001011 101011 110111

Color Harmonies of #885DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DBE

Black with #885DBE

Text Example


Text Example

White with #885DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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