#855BBC

Color #855BBC Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #855BBC

Tints of Lilac Bush #855BBC

Color information

#855BBC (or 0x855BBC) is unknown color: approx Lilac Bush. HEX triplet: 85, 5B and BC. RGB value is (133,91,188). Sum of RGB (Red+Green+Blue) = 133+91+188=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #855BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BBC is #7AA443. Grayscale: #727272. Windows color (decimal): -8037444 or 12344197. OLE color: 12344197.

HSL color Cylindrical-coordinate representation of color #855BBC: hue angle of 265.98º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #855BBC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13391188-
CMYK0.290.5200.26
HSL265.98º41.99%54.71%-
HSV(B)265.98º51.6%73.73%-
XYZ22.4916.149.5-
YUV114.62169.41141.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 91 (35.94% from 255) = 22.09%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=32.28%
G=22.09%
B=45.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133911880.290.5200.26265.9841.9954.71
Hex855BBC1D3401A10a2a37
Octal20513327435640324125267
Binary1000010110110111011110011101110100011010100001010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,91,188); }

 H1.HeaderClassName
 {
   color: #855BBC;
 }
 .AnyTagClassName
 {
   color: #855BBC;
 }
</style>
background-color css

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

 a { background-color: rgb(133,91,188); }

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

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

 span { border-color: rgb(133,91,188); }

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