Html Css Color HEX #855AB5 Deep Lilac

📋 copy color: '#855AB5'

red 133 ◦ green 90 ◦ blue 181

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

Shades of Deep Lilac #855AB5

Tints of Deep Lilac #855AB5

RGB

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

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

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

R = 32.92%
G = 22.28%
B = 44.8%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#855AB5 (or 0x855AB5) is known color: Deep Lilac. HEX triplet: 85, 5A and B5. RGB value is (133,90,181). Sum of RGB (Red+Green+Blue) = 133+90+181=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #855AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AB5 is #7AA54A. Grayscale: #707070. Windows color (decimal): -8037707 or 11885189. OLE color: 11885189.

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

Color convert

RGB 133 90 181 -
CMYK 0.27 0.50 0 0.29
HSL 268.35º 0.38% 0.53% -
HSV(B) 268.35º 0.5% 0.71% -
XYZ 21.67 15.64 45.59 -
YUV 113.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 133 90 181 0.27 0.50 0 0.29 268.35 0.38 0.53
Hex 85 5A B5 1B 32 0 1D 10C 26 35
Octal 205 132 265 33 62 0 35 414 46 65
Binary 10000101 1011010 10110101 11011 110010 0 11101 100001100 100110 110101

Color Harmonies of #855AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855AB5

Black with #855AB5

Text Example


Text Example

White with #855AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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