#8046D6

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

Shades of Blue Violet #8046D6

Tints of Blue Violet #8046D6

Color information

#8046D6 (or 0x8046D6) is unknown color: approx Blue Violet. HEX triplet: 80, 46 and D6. RGB value is (128,70,214). Sum of RGB (Red+Green+Blue) = 128+70+214=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #8046D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8046D6 is #7FB929. Grayscale: #676767. Windows color (decimal): -8370474 or 14042752. OLE color: 14042752.

HSL color Cylindrical-coordinate representation of color #8046D6: hue angle of 264.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8046D6 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12870214-
CMYK0.400.6700.16
HSL264.17º63.72%55.69%-
HSV(B)264.17º67.29%83.92%-
XYZ23.2313.8265.06-
YUV103.76190.22145.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 70 (27.73% from 255) = 16.99%
BLUE value IS 214 (83.98% from 255) = 51.94%
R=31.07%
G=16.99%
B=51.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128702140.400.6700.16264.1763.7255.69
Hex8046D628430101084038
Octal2001063265010302041010070
Binary1000000010001101101011010100010000110100001000010001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8046D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8046D6; }

 p { color: rgb(128,70,214); }

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

<style>
 a { background-color: #8046D6; }

 a { background-color: rgb(128,70,214); }

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

<style>
 span { border-color: #8046D6; }

 span { border-color: rgb(128,70,214); }

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