#8448D3

Color #8448D3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8448D3

Tints of Blue Violet #8448D3

Color information

#8448D3 (or 0x8448D3) is unknown color: approx Blue Violet. HEX triplet: 84, 48 and D3. RGB value is (132,72,211). Sum of RGB (Red+Green+Blue) = 132+72+211=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #8448D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448D3 is #7BB72C. Grayscale: #696969. Windows color (decimal): -8107821 or 13846660. OLE color: 13846660.

HSL color Cylindrical-coordinate representation of color #8448D3: hue angle of 265.9º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8448D3 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13272211-
CMYK0.370.6600.17
HSL265.9º61.23%55.49%-
HSV(B)265.9º65.88%82.75%-
XYZ23.5914.2463.13-
YUV105.79187.38146.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 72 (28.52% from 255) = 17.35%
BLUE value IS 211 (82.81% from 255) = 50.84%
R=31.81%
G=17.35%
B=50.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal132722110.370.6600.17265.961.2355.49
Hex8448D3254201110a3d37
Octal204110323451020214127567
Binary100001001001000110100111001011000010010001100001010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8448D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8448D3;
 }
 .AnyTagClassName
 {
   color: #8448D3;
 }
</style>
background-color css

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

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

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

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

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

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