#8042D4

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

Shades of Blue Violet #8042D4

Tints of Blue Violet #8042D4

Color information

#8042D4 (or 0x8042D4) is unknown color: approx Blue Violet. HEX triplet: 80, 42 and D4. RGB value is (128,66,212). Sum of RGB (Red+Green+Blue) = 128+66+212=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 212 (83.20% from 255 or 52.22% from 406); Max value from RGB is 212 - color contains mainly: blue. Hex color #8042D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8042D4 is #7FBD2B. Grayscale: #646464. Windows color (decimal): -8371500 or 13910656. OLE color: 13910656.

HSL color Cylindrical-coordinate representation of color #8042D4: hue angle of 265.48º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8042D4 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12866212-
CMYK0.400.6900.17
HSL265.48º62.93%54.51%-
HSV(B)265.48º68.87%83.14%-
XYZ22.7313.2463.64-
YUV101.18190.54147.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 212 (83.20% from 255) = 52.22%
R=31.53%
G=16.26%
B=52.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal128662120.400.6900.17265.4862.9354.51
Hex8042D428450111093f37
Octal200102324501050214117767
Binary100000001000010110101001010001000101010001100001001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8042D4; }

 p { color: rgb(128,66,212); }

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

<style>
 a { background-color: #8042D4; }

 a { background-color: rgb(128,66,212); }

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

<style>
 span { border-color: #8042D4; }

 span { border-color: rgb(128,66,212); }

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