#8049d5

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

Shades of Blue Violet #8049D5

Tints of Blue Violet #8049D5

Color information

#8049D5 (or 0x8049D5) is unknown color: approx Blue Violet. HEX triplet: 80, 49 and D5. RGB value is (128,73,213). Sum of RGB (Red+Green+Blue) = 128+73+213=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #8049D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049D5 is #7FB62A. Grayscale: #686868. Windows color (decimal): -8369707 or 13977984. OLE color: 13977984.

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

Color convert

RGB12873213-
CMYK0.400.6600.16
HSL263.57º62.5%56.08%-
HSV(B)263.57º65.73%83.53%-
XYZ23.2914.1664.46-
YUV105.4188.72144.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 73 (28.91% from 255) = 17.63%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=30.92%
G=17.63%
B=51.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal128732130.400.6600.16263.5762.556.08
Hex8049D528420101083e38
Octal200111325501020204107670
Binary100000001001001110101011010001000010010000100001000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8049d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8049d5; }

 p { color: rgb(128,73,213); }

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

<style>
 a { background-color: #8049d5; }

 a { background-color: rgb(128,73,213); }

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

<style>
 span { border-color: #8049d5; }

 span { border-color: rgb(128,73,213); }

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