Html Css Color HEX #855EBB Lilac Bush

📋 copy color: '#855EBB'

red 133 ◦ green 94 ◦ blue 187

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

Shades of Lilac Bush #855EBB

Tints of Lilac Bush #855EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.71%

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

R = 32.13%
G = 22.71%
B = 45.17%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#855EBB (or 0x855EBB) is known color: Lilac Bush. HEX triplet: 85, 5E and BB. RGB value is (133,94,187). Sum of RGB (Red+Green+Blue) = 133+94+187=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #855EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EBB is #7AA144. Grayscale: #737373. Windows color (decimal): -8036677 or 12279429. OLE color: 12279429.

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

Color convert

RGB 133 94 187 -
CMYK 0.29 0.50 0 0.27
HSL 265.16º 0.41% 0.55% -
HSV(B) 265.16º 0.5% 0.73% -
XYZ 22.65 16.58 49.02 -
YUV 116.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 133 94 187 0.29 0.50 0 0.27 265.16 0.41 0.55
Hex 85 5E BB 1D 32 0 1B 109 29 37
Octal 205 136 273 35 62 0 33 411 51 67
Binary 10000101 1011110 10111011 11101 110010 0 11011 100001001 101001 110111

Color Harmonies of #855EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EBB

Black with #855EBB

Text Example


Text Example

White with #855EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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