#8446DD

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

Shades of Blue Violet #8446DD

Tints of Blue Violet #8446DD

Color information

#8446DD (or 0x8446DD) is unknown color: approx Blue Violet. HEX triplet: 84, 46 and DD. RGB value is (132,70,221). Sum of RGB (Red+Green+Blue) = 132+70+221=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #8446DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8446DD is #7BB922. Grayscale: #696969. Windows color (decimal): -8108323 or 14501508. OLE color: 14501508.

HSL color Cylindrical-coordinate representation of color #8446DD: hue angle of 264.64º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8446DD is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13270221-
CMYK0.400.6800.13
HSL264.64º68.95%57.06%-
HSV(B)264.64º68.33%86.67%-
XYZ24.7614.5169.9-
YUV105.75193.04146.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=31.21%
G=16.55%
B=52.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132702210.400.6800.13264.6468.9557.06
Hex8446DD28440D1094539
Octal2041063355010401541110571
Binary100001001000110110111011010001000100011011000010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8446DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8446DD; }

 p { color: rgb(132,70,221); }

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

<style>
 a { background-color: #8446DD; }

 a { background-color: rgb(132,70,221); }

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

<style>
 span { border-color: #8446DD; }

 span { border-color: rgb(132,70,221); }

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