Html Css Color HEX #855FB8 Lilac Bush

📋 copy color: '#855FB8'

red 133 ◦ green 95 ◦ blue 184

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

Shades of Lilac Bush #855FB8

Tints of Lilac Bush #855FB8

RGB

 RED value IS 133 (52.34% from 255) = 32.28%

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

 BLUE value IS 184 (72.27% from 255) = 44.66%

R = 32.28%
G = 23.06%
B = 44.66%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#855FB8 (or 0x855FB8) is known color: Lilac Bush. HEX triplet: 85, 5F and B8. RGB value is (133,95,184). Sum of RGB (Red+Green+Blue) = 133+95+184=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #855FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FB8 is #7AA047. Grayscale: #747474. Windows color (decimal): -8036424 or 12083077. OLE color: 12083077.

HSL color Cylindrical-coordinate representation of color #855FB8: hue angle of 265.62º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855FB8 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 95 184 -
CMYK 0.28 0.48 0 0.28
HSL 265.62º 0.39% 0.55% -
HSV(B) 265.62º 0.48% 0.72% -
XYZ 22.42 16.63 47.38 -
YUV 116.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 133 95 184 0.28 0.48 0 0.28 265.62 0.39 0.55
Hex 85 5F B8 1C 30 0 1C 10A 27 37
Octal 205 137 270 34 60 0 34 412 47 67
Binary 10000101 1011111 10111000 11100 110000 0 11100 100001010 100111 110111

Color Harmonies of #855FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FB8

Black with #855FB8

Text Example


Text Example

White with #855FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855FB8; }

 p { color: rgb(133,95,184); }

 H1.HeaderClassName
 {
   color: #855FB8;
 }
 .AnyTagClassName
 {
   color: #855FB8;
 }
</style>

background-color css

<style>
 a { background-color: #855FB8; }

 a { background-color: rgb(133,95,184); }

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

border-color css

<style>
 span { border-color: #855FB8; }

 span { border-color: rgb(133,95,184); }

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