#8A49F6

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

Shades of Blue Violet #8A49F6

Tints of Blue Violet #8A49F6

Color information

#8A49F6 (or 0x8A49F6) is unknown color: approx Blue Violet. HEX triplet: 8A, 49 and F6. RGB value is (138,73,246). Sum of RGB (Red+Green+Blue) = 138+73+246=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A49F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A49F6 is #75B609. Grayscale: #6F6F6F. Windows color (decimal): -7714314 or 16140682. OLE color: 16140682.

HSL color Cylindrical-coordinate representation of color #8A49F6: hue angle of 262.54º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A49F6 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13873246-
CMYK0.440.7000.04
HSL262.54º90.58%62.55%-
HSV(B)262.54º70.33%96.47%-
XYZ29.516.8288.88-
YUV112.16203.53146.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 246 (96.48% from 255) = 53.83%
R=30.20%
G=15.97%
B=53.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138732460.440.7000.04262.5490.5862.55
Hex8A49F62C46041075b3f
Octal212111366541060440713377
Binary10001010100100111110110101100100011001001000001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A49F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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