Html Css Color HEX #855BB6 Deep Lilac

📋 copy color: '#855BB6'

red 133 ◦ green 91 ◦ blue 182

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

Shades of Deep Lilac #855BB6

Tints of Deep Lilac #855BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.83%

R = 32.76%
G = 22.41%
B = 44.83%

CMYK

 C value IS 0.27

 M value IS 0.5

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#855BB6 (or 0x855BB6) is known color: Deep Lilac. HEX triplet: 85, 5B and B6. RGB value is (133,91,182). Sum of RGB (Red+Green+Blue) = 133+91+182=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #855BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BB6 is #7AA449. Grayscale: #717171. Windows color (decimal): -8037450 or 11950981. OLE color: 11950981.

HSL color Cylindrical-coordinate representation of color #855BB6: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855BB6 is Cyan = 0.27, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 91 182 -
CMYK 0.27 0.5 0 0.29
HSL 267.69º 0.38% 0.54% -
HSV(B) 267.69º 0.5% 0.71% -
XYZ 21.86 15.85 46.16 -
YUV 113.93 166.41 141.6 -
System Red Green Blue C M Y K H S L
Decimal 133 91 182 0.27 0.5 0 0.29 267.69 0.38 0.54
Hex 85 5B B6 1B 32 0 1D 10C 26 36
Octal 205 133 266 33 62 0 35 414 46 66
Binary 10000101 1011011 10110110 11011 110010 0 11101 100001100 100110 110110

Color Harmonies of #855BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BB6

Black with #855BB6

Text Example


Text Example

White with #855BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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