Html Css Color HEX #855CBB Lilac Bush

📋 copy color: '#855CBB'

red 133 ◦ green 92 ◦ blue 187

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

Shades of Lilac Bush #855CBB

Tints of Lilac Bush #855CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.33%

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 32.28%
G = 22.33%
B = 45.39%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#855CBB (or 0x855CBB) is known color: Lilac Bush. HEX triplet: 85, 5C and BB. RGB value is (133,92,187). Sum of RGB (Red+Green+Blue) = 133+92+187=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #855CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CBB is #7AA344. Grayscale: #727272. Windows color (decimal): -8037189 or 12278917. OLE color: 12278917.

HSL color Cylindrical-coordinate representation of color #855CBB: hue angle of 265.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855CBB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 92 187 -
CMYK 0.29 0.51 0 0.27
HSL 265.89º 0.41% 0.55% -
HSV(B) 265.89º 0.51% 0.73% -
XYZ 22.47 16.23 48.96 -
YUV 115.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 133 92 187 0.29 0.51 0 0.27 265.89 0.41 0.55
Hex 85 5C BB 1D 33 0 1B 10A 29 37
Octal 205 134 273 35 63 0 33 412 51 67
Binary 10000101 1011100 10111011 11101 110011 0 11011 100001010 101001 110111

Color Harmonies of #855CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CBB

Black with #855CBB

Text Example


Text Example

White with #855CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,92,187); }

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

background-color css

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

 a { background-color: rgb(133,92,187); }

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

border-color css

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

 span { border-color: rgb(133,92,187); }

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