Html Css Color HEX #8449BC Deep Lilac

📋 copy color: '#8449BC'

red 132 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #8449BC

Tints of Deep Lilac #8449BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 33.59%
G = 18.58%
B = 47.84%

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

#8449BC (or 0x8449BC) is known color: Deep Lilac. HEX triplet: 84, 49 and BC. RGB value is (132,73,188). Sum of RGB (Red+Green+Blue) = 132+73+188=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #8449BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449BC is #7BB643. Grayscale: #676767. Windows color (decimal): -8107588 or 12339588. OLE color: 12339588.

HSL color Cylindrical-coordinate representation of color #8449BC: hue angle of 270.78º degrees, saturation: 0.46, 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 #8449BC is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 73 188 -
CMYK 0.30 0.61 0 0.26
HSL 270.78º 0.46% 0.51% -
HSV(B) 270.78º 0.61% 0.74% -
XYZ 20.98 13.3 49.04 -
YUV 103.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 132 73 188 0.30 0.61 0 0.26 270.78 0.46 0.51
Hex 84 49 BC 1E 3D 0 1A 10F 2E 33
Octal 204 111 274 36 75 0 32 417 56 63
Binary 10000100 1001001 10111100 11110 111101 0 11010 100001111 101110 110011

Color Harmonies of #8449BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449BC

Black with #8449BC

Text Example


Text Example

White with #8449BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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