Html Css Color HEX #855BBD Lilac Bush

📋 copy color: '#855BBD'

red 133 ◦ green 91 ◦ blue 189

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

Shades of Lilac Bush #855BBD

Tints of Lilac Bush #855BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.03%

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 32.2%
G = 22.03%
B = 45.76%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#855BBD (or 0x855BBD) is known color: Lilac Bush. HEX triplet: 85, 5B and BD. RGB value is (133,91,189). Sum of RGB (Red+Green+Blue) = 133+91+189=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #855BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BBD is #7AA442. Grayscale: #727272. Windows color (decimal): -8037443 or 12409733. OLE color: 12409733.

HSL color Cylindrical-coordinate representation of color #855BBD: hue angle of 265.71º degrees, saturation: 0.43, 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 #855BBD is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 91 189 -
CMYK 0.30 0.52 0 0.26
HSL 265.71º 0.43% 0.55% -
HSV(B) 265.71º 0.52% 0.74% -
XYZ 22.6 16.14 50.07 -
YUV 114.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 133 91 189 0.30 0.52 0 0.26 265.71 0.43 0.55
Hex 85 5B BD 1E 34 0 1A 10A 2B 37
Octal 205 133 275 36 64 0 32 412 53 67
Binary 10000101 1011011 10111101 11110 110100 0 11010 100001010 101011 110111

Color Harmonies of #855BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BBD

Black with #855BBD

Text Example


Text Example

White with #855BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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