Html Css Color HEX #855ABA Deep Lilac

📋 copy color: '#855ABA'

red 133 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #855ABA

Tints of Deep Lilac #855ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 32.52%
G = 22%
B = 45.48%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#855ABA (or 0x855ABA) is known color: Deep Lilac. HEX triplet: 85, 5A and BA. RGB value is (133,90,186). Sum of RGB (Red+Green+Blue) = 133+90+186=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #855ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ABA is #7AA545. Grayscale: #717171. Windows color (decimal): -8037702 or 12212869. OLE color: 12212869.

HSL color Cylindrical-coordinate representation of color #855ABA: hue angle of 266.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #855ABA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 90 186 -
CMYK 0.28 0.52 0 0.27
HSL 266.88º 0.41% 0.54% -
HSV(B) 266.88º 0.52% 0.73% -
XYZ 22.19 15.84 48.34 -
YUV 113.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 133 90 186 0.28 0.52 0 0.27 266.88 0.41 0.54
Hex 85 5A BA 1C 34 0 1B 10B 29 36
Octal 205 132 272 34 64 0 33 413 51 66
Binary 10000101 1011010 10111010 11100 110100 0 11011 100001011 101001 110110

Color Harmonies of #855ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ABA

Black with #855ABA

Text Example


Text Example

White with #855ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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