Html Css Color HEX #855CB5 Deep Lilac

📋 copy color: '#855CB5'

red 133 ◦ green 92 ◦ blue 181

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

Shades of Deep Lilac #855CB5

Tints of Deep Lilac #855CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 32.76%
G = 22.66%
B = 44.58%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#855CB5 (or 0x855CB5) is known color: Deep Lilac. HEX triplet: 85, 5C and B5. RGB value is (133,92,181). Sum of RGB (Red+Green+Blue) = 133+92+181=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #855CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CB5 is #7AA34A. Grayscale: #727272. Windows color (decimal): -8037195 or 11885701. OLE color: 11885701.

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

Color convert

RGB 133 92 181 -
CMYK 0.27 0.49 0 0.29
HSL 267.64º 0.38% 0.54% -
HSV(B) 267.64º 0.49% 0.71% -
XYZ 21.84 15.98 45.65 -
YUV 114.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 133 92 181 0.27 0.49 0 0.29 267.64 0.38 0.54
Hex 85 5C B5 1B 31 0 1D 10C 26 36
Octal 205 134 265 33 61 0 35 414 46 66
Binary 10000101 1011100 10110101 11011 110001 0 11101 100001100 100110 110110

Color Harmonies of #855CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CB5

Black with #855CB5

Text Example


Text Example

White with #855CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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