#8044DD

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

Shades of Blue Violet #8044DD

Tints of Blue Violet #8044DD

Color information

#8044DD (or 0x8044DD) is unknown color: approx Blue Violet. HEX triplet: 80, 44 and DD. RGB value is (128,68,221). Sum of RGB (Red+Green+Blue) = 128+68+221=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #8044DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044DD is #7FBB22. Grayscale: #666666. Windows color (decimal): -8370979 or 14500992. OLE color: 14500992.

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

Color convert

RGB12868221-
CMYK0.420.6900.13
HSL263.53º69.23%56.67%-
HSV(B)263.53º69.23%86.67%-
XYZ24.0213.9469.83-
YUV103.38194.38145.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=30.70%
G=16.31%
B=53.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128682210.420.6900.13263.5369.2356.67
Hex8044DD2A450D1084539
Octal2001043355210501541010571
Binary100000001000100110111011010101000101011011000010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8044DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,68,221); }

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

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

 a { background-color: rgb(128,68,221); }

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

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

 span { border-color: rgb(128,68,221); }

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