#8A49F1

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

Shades of Blue Violet #8A49F1

Tints of Blue Violet #8A49F1

Color information

#8A49F1 (or 0x8A49F1) is unknown color: approx Blue Violet. HEX triplet: 8A, 49 and F1. RGB value is (138,73,241). Sum of RGB (Red+Green+Blue) = 138+73+241=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A49F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A49F1 is #75B60E. Grayscale: #6E6E6E. Windows color (decimal): -7714319 or 15813002. OLE color: 15813002.

HSL color Cylindrical-coordinate representation of color #8A49F1: hue angle of 263.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A49F1 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13873241-
CMYK0.430.7000.05
HSL263.21º85.71%61.57%-
HSV(B)263.21º69.71%94.51%-
XYZ28.7416.5284.89-
YUV111.59201.03146.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 241 (94.53% from 255) = 53.32%
R=30.53%
G=16.15%
B=53.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138732410.430.7000.05263.2185.7161.57
Hex8A49F12B4605107563e
Octal212111361531060540712676
Binary10001010100100111110001101011100011001011000001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A49F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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