Html Css Color HEX #855ABF Lilac Bush

📋 copy color: '#855ABF'

red 133 ◦ green 90 ◦ blue 191

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

Shades of Lilac Bush #855ABF

Tints of Lilac Bush #855ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 32.13%
G = 21.74%
B = 46.14%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#855ABF (or 0x855ABF) is known color: Lilac Bush. HEX triplet: 85, 5A and BF. RGB value is (133,90,191). Sum of RGB (Red+Green+Blue) = 133+90+191=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #855ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ABF is #7AA540. Grayscale: #727272. Windows color (decimal): -8037697 or 12540549. OLE color: 12540549.

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

Color convert

RGB 133 90 191 -
CMYK 0.30 0.53 0 0.25
HSL 265.54º 0.44% 0.55% -
HSV(B) 265.54º 0.53% 0.75% -
XYZ 22.73 16.06 51.19 -
YUV 114.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 133 90 191 0.30 0.53 0 0.25 265.54 0.44 0.55
Hex 85 5A BF 1E 35 0 19 10A 2C 37
Octal 205 132 277 36 65 0 31 412 54 67
Binary 10000101 1011010 10111111 11110 110101 0 11001 100001010 101100 110111

Color Harmonies of #855ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ABF

Black with #855ABF

Text Example


Text Example

White with #855ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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