#8A12FD

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

Shades of Blue Violet #8A12FD

Tints of Blue Violet #8A12FD

Color information

#8A12FD (or 0x8A12FD) is unknown color: approx Blue Violet. HEX triplet: 8A, 12 and FD. RGB value is (138,18,253). Sum of RGB (Red+Green+Blue) = 138+18+253=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A12FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A12FD is #75ED02. Grayscale: #4F4F4F. Windows color (decimal): -7728387 or 16585354. OLE color: 16585354.

HSL color Cylindrical-coordinate representation of color #8A12FD: hue angle of 270.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A12FD is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13818253-
CMYK0.450.9300.01
HSL270.64º98.33%53.14%-
HSV(B)270.64º92.89%99.22%-
XYZ28.4312.9393.93-
YUV80.67225.26168.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 18 (7.42% from 255) = 4.40%
BLUE value IS 253 (99.22% from 255) = 61.86%
R=33.74%
G=4.40%
B=61.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138182530.450.9300.01270.6498.3353.14
Hex8A12FD2D5D0110f6235
Octal21222375551350141714265
Binary1000101010010111111011011011011101011000011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A12FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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