Html Css Color HEX #8457B4 Deep Lilac

📋 copy color: '#8457B4'

red 132 ◦ green 87 ◦ blue 180

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

Shades of Deep Lilac #8457B4

Tints of Deep Lilac #8457B4

RGB

 RED value IS 132 (51.95% from 255) = 33.08%

 GREEN value IS 87 (34.38% from 255) = 21.8%

 BLUE value IS 180 (70.7% from 255) = 45.11%

R = 33.08%
G = 21.8%
B = 45.11%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8457B4 (or 0x8457B4) is known color: Deep Lilac. HEX triplet: 84, 57 and B4. RGB value is (132,87,180). Sum of RGB (Red+Green+Blue) = 132+87+180=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #8457B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457B4 is #7BA84B. Grayscale: #6E6E6E. Windows color (decimal): -8104012 or 11818884. OLE color: 11818884.

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

Color convert

RGB 132 87 180 -
CMYK 0.27 0.52 0 0.29
HSL 269.03º 0.38% 0.52% -
HSV(B) 269.03º 0.52% 0.71% -
XYZ 21.16 15.02 44.96 -
YUV 111.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 132 87 180 0.27 0.52 0 0.29 269.03 0.38 0.52
Hex 84 57 B4 1B 34 0 1D 10D 26 34
Octal 204 127 264 33 64 0 35 415 46 64
Binary 10000100 1010111 10110100 11011 110100 0 11101 100001101 100110 110100

Color Harmonies of #8457B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8457B4

Black with #8457B4

Text Example


Text Example

White with #8457B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8457B4; }

 p { color: rgb(132,87,180); }

 H1.HeaderClassName
 {
   color: #8457B4;
 }
 .AnyTagClassName
 {
   color: #8457B4;
 }
</style>

background-color css

<style>
 a { background-color: #8457B4; }

 a { background-color: rgb(132,87,180); }

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

border-color css

<style>
 span { border-color: #8457B4; }

 span { border-color: rgb(132,87,180); }

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