#8A49D8

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

Shades of Blue Violet #8A49D8

Tints of Blue Violet #8A49D8

Color information

#8A49D8 (or 0x8A49D8) is unknown color: approx Blue Violet. HEX triplet: 8A, 49 and D8. RGB value is (138,73,216). Sum of RGB (Red+Green+Blue) = 138+73+216=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A49D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A49D8 is #75B627. Grayscale: #6C6C6C. Windows color (decimal): -7714344 or 14174602. OLE color: 14174602.

HSL color Cylindrical-coordinate representation of color #8A49D8: hue angle of 267.27º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A49D8 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13873216-
CMYK0.360.6600.15
HSL267.27º64.71%56.67%-
HSV(B)267.27º66.2%84.71%-
XYZ25.2615.1366.55-
YUV108.74188.53148.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 216 (84.77% from 255) = 50.59%
R=32.32%
G=17.10%
B=50.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138732160.360.6600.15267.2764.7156.67
Hex8A49D824420F10b4139
Octal2121113304410201741310171
Binary100010101001001110110001001001000010011111000010111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A49D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A49D8; }

 p { color: rgb(138,73,216); }

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

<style>
 a { background-color: #8A49D8; }

 a { background-color: rgb(138,73,216); }

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

<style>
 span { border-color: #8A49D8; }

 span { border-color: rgb(138,73,216); }

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