#8A49E1

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

Shades of Blue Violet #8A49E1

Tints of Blue Violet #8A49E1

Color information

#8A49E1 (or 0x8A49E1) is unknown color: approx Blue Violet. HEX triplet: 8A, 49 and E1. RGB value is (138,73,225). Sum of RGB (Red+Green+Blue) = 138+73+225=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #8A49E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A49E1 is #75B61E. Grayscale: #6D6D6D. Windows color (decimal): -7714335 or 14764426. OLE color: 14764426.

HSL color Cylindrical-coordinate representation of color #8A49E1: hue angle of 265.66º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A49E1 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13873225-
CMYK0.390.6800.12
HSL265.66º71.7%58.43%-
HSV(B)265.66º67.56%88.24%-
XYZ26.4515.672.85-
YUV109.76193.03148.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 73 (28.91% from 255) = 16.74%
BLUE value IS 225 (88.28% from 255) = 51.61%
R=31.65%
G=16.74%
B=51.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal138732250.390.6800.12265.6671.758.43
Hex8A49E127440C10a483a
Octal2121113414710401441211072
Binary100010101001001111000011001111000100011001000010101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A49E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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