Html Css Color HEX #8451BA Deep Lilac

📋 copy color: '#8451BA'

red 132 ◦ green 81 ◦ blue 186

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

Shades of Deep Lilac #8451BA

Tints of Deep Lilac #8451BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

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

R = 33.08%
G = 20.3%
B = 46.62%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8451BA (or 0x8451BA) is known color: Deep Lilac. HEX triplet: 84, 51 and BA. RGB value is (132,81,186). Sum of RGB (Red+Green+Blue) = 132+81+186=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #8451BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451BA is #7BAE45. Grayscale: #6B6B6B. Windows color (decimal): -8105542 or 12210564. OLE color: 12210564.

HSL color Cylindrical-coordinate representation of color #8451BA: hue angle of 269.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8451BA is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 81 186 -
CMYK 0.29 0.56 0 0.27
HSL 269.14º 0.43% 0.52% -
HSV(B) 269.14º 0.56% 0.73% -
XYZ 21.32 14.34 48.1 -
YUV 108.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 132 81 186 0.29 0.56 0 0.27 269.14 0.43 0.52
Hex 84 51 BA 1D 38 0 1B 10D 2B 34
Octal 204 121 272 35 70 0 33 415 53 64
Binary 10000100 1010001 10111010 11101 111000 0 11011 100001101 101011 110100

Color Harmonies of #8451BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8451BA

Black with #8451BA

Text Example


Text Example

White with #8451BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8451BA; }

 p { color: rgb(132,81,186); }

 H1.HeaderClassName
 {
   color: #8451BA;
 }
 .AnyTagClassName
 {
   color: #8451BA;
 }
</style>

background-color css

<style>
 a { background-color: #8451BA; }

 a { background-color: rgb(132,81,186); }

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

border-color css

<style>
 span { border-color: #8451BA; }

 span { border-color: rgb(132,81,186); }

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