Html Css Color HEX #8448BC Deep Lilac

📋 copy color: '#8448BC'

red 132 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #8448BC

Tints of Deep Lilac #8448BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.37%

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

R = 33.67%
G = 18.37%
B = 47.96%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8448BC (or 0x8448BC) is known color: Deep Lilac. HEX triplet: 84, 48 and BC. RGB value is (132,72,188). Sum of RGB (Red+Green+Blue) = 132+72+188=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #8448BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448BC is #7BB743. Grayscale: #666666. Windows color (decimal): -8107844 or 12339332. OLE color: 12339332.

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

Color convert

RGB 132 72 188 -
CMYK 0.30 0.62 0 0.26
HSL 271.03º 0.46% 0.51% -
HSV(B) 271.03º 0.62% 0.74% -
XYZ 20.91 13.17 49.02 -
YUV 103.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 132 72 188 0.30 0.62 0 0.26 271.03 0.46 0.51
Hex 84 48 BC 1E 3E 0 1A 10F 2E 33
Octal 204 110 274 36 76 0 32 417 56 63
Binary 10000100 1001000 10111100 11110 111110 0 11010 100001111 101110 110011

Color Harmonies of #8448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8448BC

Black with #8448BC

Text Example


Text Example

White with #8448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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