#8A12E7

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

Shades of Blue Violet #8A12E7

Tints of Blue Violet #8A12E7

Color information

#8A12E7 (or 0x8A12E7) is unknown color: approx Blue Violet. HEX triplet: 8A, 12 and E7. RGB value is (138,18,231). Sum of RGB (Red+Green+Blue) = 138+18+231=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 231 (90.62% from 255 or 59.69% from 387); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A12E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A12E7 is #75ED18. Grayscale: #4D4D4D. Windows color (decimal): -7728409 or 15143562. OLE color: 15143562.

HSL color Cylindrical-coordinate representation of color #8A12E7: hue angle of 273.8º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A12E7 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13818231-
CMYK0.400.9200.09
HSL273.8º85.54%48.82%-
HSV(B)273.8º92.21%90.59%-
XYZ25.1211.6176.52-
YUV78.16214.26170.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.66%
GREEN value IS 18 (7.42% from 255) = 4.65%
BLUE value IS 231 (90.62% from 255) = 59.69%
R=35.66%
G=4.65%
B=59.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138182310.400.9200.09273.885.5448.82
Hex8A12E7285C091125631
Octal212223475013401142212661
Binary1000101010010111001111010001011100010011000100101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A12E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,18,231); }

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

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

 a { background-color: rgb(138,18,231); }

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

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

 span { border-color: rgb(138,18,231); }

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