Html Css Color HEX #855BAF Deep Lilac

📋 copy color: '#855BAF'

red 133 ◦ green 91 ◦ blue 175

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

Shades of Deep Lilac #855BAF

Tints of Deep Lilac #855BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 33.33%
G = 22.81%
B = 43.86%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#855BAF (or 0x855BAF) is known color: Deep Lilac. HEX triplet: 85, 5B and AF. RGB value is (133,91,175). Sum of RGB (Red+Green+Blue) = 133+91+175=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #855BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BAF is #7AA450. Grayscale: #707070. Windows color (decimal): -8037457 or 11492229. OLE color: 11492229.

HSL color Cylindrical-coordinate representation of color #855BAF: hue angle of 270º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855BAF is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 91 175 -
CMYK 0.24 0.48 0 0.31
HSL 270º 0.34% 0.52% -
HSV(B) 270º 0.48% 0.69% -
XYZ 21.15 15.56 42.45 -
YUV 113.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 133 91 175 0.24 0.48 0 0.31 270 0.34 0.52
Hex 85 5B AF 18 30 0 1F 10E 22 34
Octal 205 133 257 30 60 0 37 416 42 64
Binary 10000101 1011011 10101111 11000 110000 0 11111 100001110 100010 110100

Color Harmonies of #855BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BAF

Black with #855BAF

Text Example


Text Example

White with #855BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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