Html Css Color HEX #855AB8 Deep Lilac

📋 copy color: '#855AB8'

red 133 ◦ green 90 ◦ blue 184

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

Shades of Deep Lilac #855AB8

Tints of Deep Lilac #855AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

 BLUE value IS 184 (72.27% from 255) = 45.21%

R = 32.68%
G = 22.11%
B = 45.21%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#855AB8 (or 0x855AB8) is known color: Deep Lilac. HEX triplet: 85, 5A and B8. RGB value is (133,90,184). Sum of RGB (Red+Green+Blue) = 133+90+184=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #855AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AB8 is #7AA547. Grayscale: #717171. Windows color (decimal): -8037704 or 12081797. OLE color: 12081797.

HSL color Cylindrical-coordinate representation of color #855AB8: hue angle of 267.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855AB8 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 90 184 -
CMYK 0.28 0.51 0 0.28
HSL 267.45º 0.4% 0.54% -
HSV(B) 267.45º 0.51% 0.72% -
XYZ 21.98 15.76 47.23 -
YUV 113.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 133 90 184 0.28 0.51 0 0.28 267.45 0.4 0.54
Hex 85 5A B8 1C 33 0 1C 10B 28 36
Octal 205 132 270 34 63 0 34 413 50 66
Binary 10000101 1011010 10111000 11100 110011 0 11100 100001011 101000 110110

Color Harmonies of #855AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855AB8

Black with #855AB8

Text Example


Text Example

White with #855AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,90,184); }

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

background-color css

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

 a { background-color: rgb(133,90,184); }

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

border-color css

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

 span { border-color: rgb(133,90,184); }

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