#8A46DC

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

Shades of Blue Violet #8A46DC

Tints of Blue Violet #8A46DC

Color information

#8A46DC (or 0x8A46DC) is unknown color: approx Blue Violet. HEX triplet: 8A, 46 and DC. RGB value is (138,70,220). Sum of RGB (Red+Green+Blue) = 138+70+220=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A46DC is #75B923. Grayscale: #6A6A6A. Windows color (decimal): -7715108 or 14435978. OLE color: 14435978.

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

Color convert

RGB13870220-
CMYK0.370.6800.14
HSL267.2º68.18%56.86%-
HSV(B)267.2º68.18%86.27%-
XYZ25.5914.9569.25-
YUV107.43191.53149.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 220 (86.33% from 255) = 51.40%
R=32.24%
G=16.36%
B=51.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138702200.370.6800.14267.268.1856.86
Hex8A46DC25440E10b4439
Octal2121063344510401641310471
Binary100010101000110110111001001011000100011101000010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A46DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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