Html Css Color HEX #885FBE Lilac Bush

📋 copy color: '#885FBE'

red 136 ◦ green 95 ◦ blue 190

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

Shades of Lilac Bush #885FBE

Tints of Lilac Bush #885FBE

RGB

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

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

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

R = 32.3%
G = 22.57%
B = 45.13%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#885FBE (or 0x885FBE) is known color: Lilac Bush. HEX triplet: 88, 5F and BE. RGB value is (136,95,190). Sum of RGB (Red+Green+Blue) = 136+95+190=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #885FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FBE is #77A041. Grayscale: #757575. Windows color (decimal): -7839810 or 12476296. OLE color: 12476296.

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

Color convert

RGB 136 95 190 -
CMYK 0.28 0.5 0 0.25
HSL 265.89º 0.42% 0.56% -
HSV(B) 265.89º 0.5% 0.75% -
XYZ 23.54 17.14 50.78 -
YUV 118.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 136 95 190 0.28 0.5 0 0.25 265.89 0.42 0.56
Hex 88 5F BE 1C 32 0 19 10A 2A 38
Octal 210 137 276 34 62 0 31 412 52 70
Binary 10001000 1011111 10111110 11100 110010 0 11001 100001010 101010 111000

Color Harmonies of #885FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FBE

Black with #885FBE

Text Example


Text Example

White with #885FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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