Html Css Color HEX #8449BD Deep Lilac

📋 copy color: '#8449BD'

red 132 ◦ green 73 ◦ blue 189

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

Shades of Deep Lilac #8449BD

Tints of Deep Lilac #8449BD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 33.5%
G = 18.53%
B = 47.97%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8449BD (or 0x8449BD) is known color: Deep Lilac. HEX triplet: 84, 49 and BD. RGB value is (132,73,189). Sum of RGB (Red+Green+Blue) = 132+73+189=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #8449BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449BD is #7BB642. Grayscale: #676767. Windows color (decimal): -8107587 or 12405124. OLE color: 12405124.

HSL color Cylindrical-coordinate representation of color #8449BD: hue angle of 270.52º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8449BD is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 73 189 -
CMYK 0.30 0.61 0 0.26
HSL 270.52º 0.47% 0.51% -
HSV(B) 270.52º 0.61% 0.74% -
XYZ 21.08 13.34 49.61 -
YUV 103.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 132 73 189 0.30 0.61 0 0.26 270.52 0.47 0.51
Hex 84 49 BD 1E 3D 0 1A 10F 2F 33
Octal 204 111 275 36 75 0 32 417 57 63
Binary 10000100 1001001 10111101 11110 111101 0 11010 100001111 101111 110011

Color Harmonies of #8449BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449BD

Black with #8449BD

Text Example


Text Example

White with #8449BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8449BD; }

 p { color: rgb(132,73,189); }

 H1.HeaderClassName
 {
   color: #8449BD;
 }
 .AnyTagClassName
 {
   color: #8449BD;
 }
</style>

background-color css

<style>
 a { background-color: #8449BD; }

 a { background-color: rgb(132,73,189); }

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

border-color css

<style>
 span { border-color: #8449BD; }

 span { border-color: rgb(132,73,189); }

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