Html Css Color HEX #885FC4 Lilac Bush

📋 copy color: '#885FC4'

red 136 ◦ green 95 ◦ blue 196

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

Shades of Lilac Bush #885FC4

Tints of Lilac Bush #885FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.9%

R = 31.85%
G = 22.25%
B = 45.9%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#885FC4 (or 0x885FC4) is known color: Lilac Bush. HEX triplet: 88, 5F and C4. RGB value is (136,95,196). Sum of RGB (Red+Green+Blue) = 136+95+196=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #885FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FC4 is #77A03B. Grayscale: #767676. Windows color (decimal): -7839804 or 12869512. OLE color: 12869512.

HSL color Cylindrical-coordinate representation of color #885FC4: hue angle of 264.36º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #885FC4 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 95 196 -
CMYK 0.31 0.52 0 0.23
HSL 264.36º 0.46% 0.57% -
HSV(B) 264.36º 0.52% 0.77% -
XYZ 24.21 17.4 54.31 -
YUV 118.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 136 95 196 0.31 0.52 0 0.23 264.36 0.46 0.57
Hex 88 5F C4 1F 34 0 17 108 2E 39
Octal 210 137 304 37 64 0 27 410 56 71
Binary 10001000 1011111 11000100 11111 110100 0 10111 100001000 101110 111001

Color Harmonies of #885FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FC4

Black with #885FC4

Text Example


Text Example

White with #885FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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