Html Css Color HEX #855ABE Lilac Bush

📋 copy color: '#855ABE'

red 133 ◦ green 90 ◦ blue 190

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

Shades of Lilac Bush #855ABE

Tints of Lilac Bush #855ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 32.2%
G = 21.79%
B = 46%

CMYK

 C value IS 0.3

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#855ABE (or 0x855ABE) is known color: Lilac Bush. HEX triplet: 85, 5A and BE. RGB value is (133,90,190). Sum of RGB (Red+Green+Blue) = 133+90+190=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #855ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ABE is #7AA541. Grayscale: #717171. Windows color (decimal): -8037698 or 12475013. OLE color: 12475013.

HSL color Cylindrical-coordinate representation of color #855ABE: hue angle of 265.8º degrees, saturation: 0.43, 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 #855ABE is Cyan = 0.3, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 90 190 -
CMYK 0.3 0.53 0 0.25
HSL 265.8º 0.43% 0.55% -
HSV(B) 265.8º 0.53% 0.75% -
XYZ 22.62 16.02 50.61 -
YUV 114.26 170.75 141.37 -
System Red Green Blue C M Y K H S L
Decimal 133 90 190 0.3 0.53 0 0.25 265.8 0.43 0.55
Hex 85 5A BE 1E 35 0 19 10A 2B 37
Octal 205 132 276 36 65 0 31 412 53 67
Binary 10000101 1011010 10111110 11110 110101 0 11001 100001010 101011 110111

Color Harmonies of #855ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855ABE

Black with #855ABE

Text Example


Text Example

White with #855ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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