Html Css Color HEX #8448C1 Deep Lilac

📋 copy color: '#8448C1'

red 132 ◦ green 72 ◦ blue 193

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

Shades of Deep Lilac #8448C1

Tints of Deep Lilac #8448C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.61%

R = 33.25%
G = 18.14%
B = 48.61%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8448C1 (or 0x8448C1) is known color: Deep Lilac. HEX triplet: 84, 48 and C1. RGB value is (132,72,193). Sum of RGB (Red+Green+Blue) = 132+72+193=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #8448C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448C1 is #7BB73E. Grayscale: #676767. Windows color (decimal): -8107839 or 12667012. OLE color: 12667012.

HSL color Cylindrical-coordinate representation of color #8448C1: hue angle of 269.75º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8448C1 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 72 193 -
CMYK 0.32 0.63 0 0.24
HSL 269.75º 0.49% 0.52% -
HSV(B) 269.75º 0.63% 0.76% -
XYZ 21.46 13.39 51.91 -
YUV 103.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 132 72 193 0.32 0.63 0 0.24 269.75 0.49 0.52
Hex 84 48 C1 20 3F 0 18 10E 31 34
Octal 204 110 301 40 77 0 30 416 61 64
Binary 10000100 1001000 11000001 100000 111111 0 11000 100001110 110001 110100

Color Harmonies of #8448C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8448C1

Black with #8448C1

Text Example


Text Example

White with #8448C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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