#8034D9

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

Shades of Blue Violet #8034D9

Tints of Blue Violet #8034D9

Color information

#8034D9 (or 0x8034D9) is unknown color: approx Blue Violet. HEX triplet: 80, 34 and D9. RGB value is (128,52,217). Sum of RGB (Red+Green+Blue) = 128+52+217=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #8034D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8034D9 is #7FCB26. Grayscale: #5C5C5C. Windows color (decimal): -8375079 or 14234752. OLE color: 14234752.

HSL color Cylindrical-coordinate representation of color #8034D9: hue angle of 267.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8034D9 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12852217-
CMYK0.410.7600.15
HSL267.64º68.46%52.75%-
HSV(B)267.64º76.04%85.1%-
XYZ22.6512.0566.78-
YUV93.53197.68152.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 52 (20.70% from 255) = 13.10%
BLUE value IS 217 (85.16% from 255) = 54.66%
R=32.24%
G=13.10%
B=54.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal128522170.410.7600.15267.6468.4652.75
Hex8034D9294C0F10c4435
Octal200643315111401741410465
Binary10000000110100110110011010011001100011111000011001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8034D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8034D9; }

 p { color: rgb(128,52,217); }

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

<style>
 a { background-color: #8034D9; }

 a { background-color: rgb(128,52,217); }

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

<style>
 span { border-color: #8034D9; }

 span { border-color: rgb(128,52,217); }

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