#8A49DC

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

Shades of Blue Violet #8A49DC

Tints of Blue Violet #8A49DC

Color information

#8A49DC (or 0x8A49DC) is unknown color: approx Blue Violet. HEX triplet: 8A, 49 and DC. RGB value is (138,73,220). Sum of RGB (Red+Green+Blue) = 138+73+220=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A49DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A49DC is #75B623. Grayscale: #6C6C6C. Windows color (decimal): -7714340 or 14436746. OLE color: 14436746.

HSL color Cylindrical-coordinate representation of color #8A49DC: hue angle of 266.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A49DC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13873220-
CMYK0.370.6700.14
HSL266.53º67.74%57.45%-
HSV(B)266.53º66.82%86.27%-
XYZ25.7815.3469.31-
YUV109.19190.53148.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 220 (86.33% from 255) = 51.04%
R=32.02%
G=16.94%
B=51.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138732200.370.6700.14266.5367.7457.45
Hex8A49DC25430E10b4439
Octal2121113344510301641310471
Binary100010101001001110111001001011000011011101000010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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