Html Css Color HEX #855AB2 Deep Lilac

📋 copy color: '#855AB2'

red 133 ◦ green 90 ◦ blue 178

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

Shades of Deep Lilac #855AB2

Tints of Deep Lilac #855AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 33.17%
G = 22.44%
B = 44.39%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#855AB2 (or 0x855AB2) is known color: Deep Lilac. HEX triplet: 85, 5A and B2. RGB value is (133,90,178). Sum of RGB (Red+Green+Blue) = 133+90+178=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #855AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855AB2 is #7AA54D. Grayscale: #707070. Windows color (decimal): -8037710 or 11688581. OLE color: 11688581.

HSL color Cylindrical-coordinate representation of color #855AB2: hue angle of 269.32º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855AB2 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 90 178 -
CMYK 0.25 0.49 0 0.30
HSL 269.32º 0.36% 0.53% -
HSV(B) 269.32º 0.49% 0.7% -
XYZ 21.36 15.51 43.99 -
YUV 112.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 133 90 178 0.25 0.49 0 0.30 269.32 0.36 0.53
Hex 85 5A B2 19 31 0 1E 10D 24 35
Octal 205 132 262 31 61 0 36 415 44 65
Binary 10000101 1011010 10110010 11001 110001 0 11110 100001101 100100 110101

Color Harmonies of #855AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855AB2

Black with #855AB2

Text Example


Text Example

White with #855AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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