#8A46D7

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

Shades of Blue Violet #8A46D7

Tints of Blue Violet #8A46D7

Color information

#8A46D7 (or 0x8A46D7) is unknown color: approx Blue Violet. HEX triplet: 8A, 46 and D7. RGB value is (138,70,215). Sum of RGB (Red+Green+Blue) = 138+70+215=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A46D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A46D7 is #75B928. Grayscale: #6A6A6A. Windows color (decimal): -7715113 or 14108298. OLE color: 14108298.

HSL color Cylindrical-coordinate representation of color #8A46D7: hue angle of 268.14º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A46D7 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13870215-
CMYK0.360.6700.16
HSL268.14º64.44%55.88%-
HSV(B)268.14º67.44%84.31%-
XYZ24.9414.6965.81-
YUV106.86189.03150.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 215 (84.38% from 255) = 50.83%
R=32.62%
G=16.55%
B=50.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138702150.360.6700.16268.1464.4455.88
Hex8A46D7244301010c4038
Octal2121063274410302041410070
Binary1000101010001101101011110010010000110100001000011001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A46D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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