Html Css Color HEX #8448DB Blue Violet

📋 copy color: '#8448DB'

red 132 ◦ green 72 ◦ blue 219

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

Shades of Blue Violet #8448DB

Tints of Blue Violet #8448DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 31.21%
G = 17.02%
B = 51.77%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8448DB (or 0x8448DB) is known color: Blue Violet. HEX triplet: 84, 48 and DB. RGB value is (132,72,219). Sum of RGB (Red+Green+Blue) = 132+72+219=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #8448DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448DB is #7BB724. Grayscale: #6A6A6A. Windows color (decimal): -8107813 or 14370948. OLE color: 14370948.

HSL color Cylindrical-coordinate representation of color #8448DB: hue angle of 264.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8448DB is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 72 219 -
CMYK 0.40 0.67 0 0.14
HSL 264.49º 0.67% 0.57% -
HSV(B) 264.49º 0.67% 0.86% -
XYZ 24.62 14.65 68.55 -
YUV 106.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 132 72 219 0.40 0.67 0 0.14 264.49 0.67 0.57
Hex 84 48 DB 28 43 0 E 108 43 39
Octal 204 110 333 50 103 0 16 410 103 71
Binary 10000100 1001000 11011011 101000 1000011 0 1110 100001000 1000011 111001

Color Harmonies of #8448DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8448DB

Black with #8448DB

Text Example


Text Example

White with #8448DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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