#8A46F0

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

Shades of Blue Violet #8A46F0

Tints of Blue Violet #8A46F0

Color information

#8A46F0 (or 0x8A46F0) is unknown color: approx Blue Violet. HEX triplet: 8A, 46 and F0. RGB value is (138,70,240). Sum of RGB (Red+Green+Blue) = 138+70+240=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A46F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A46F0 is #75B90F. Grayscale: #6D6D6D. Windows color (decimal): -7715088 or 15746698. OLE color: 15746698.

HSL color Cylindrical-coordinate representation of color #8A46F0: hue angle of 264º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A46F0 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13870240-
CMYK0.420.7100.06
HSL264º85%60.78%-
HSV(B)264º70.83%94.12%-
XYZ28.416.0784.04-
YUV109.71201.53148.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 70 (27.73% from 255) = 15.62%
BLUE value IS 240 (94.14% from 255) = 53.57%
R=30.80%
G=15.62%
B=53.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal138702400.420.7100.062648560.78
Hex8A46F02A4706108553d
Octal212106360521070641012575
Binary10001010100011011110000101010100011101101000010001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A46F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,70,240); }

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

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

 a { background-color: rgb(138,70,240); }

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

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

 span { border-color: rgb(138,70,240); }

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