#8A15FA

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

Shades of Blue Violet #8A15FA

Tints of Blue Violet #8A15FA

Color information

#8A15FA (or 0x8A15FA) is unknown color: approx Blue Violet. HEX triplet: 8A, 15 and FA. RGB value is (138,21,250). Sum of RGB (Red+Green+Blue) = 138+21+250=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A15FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A15FA is #75EA05. Grayscale: #515151. Windows color (decimal): -7727622 or 16389514. OLE color: 16389514.

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

Color convert

RGB13821250-
CMYK0.450.9200.02
HSL270.66º95.82%53.14%-
HSV(B)270.66º91.6%98.04%-
XYZ2812.8491.45-
YUV82.09222.76167.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 21 (8.59% from 255) = 5.13%
BLUE value IS 250 (98.05% from 255) = 61.12%
R=33.74%
G=5.13%
B=61.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138212500.450.9200.02270.6695.8253.14
Hex8A15FA2D5C0210f6035
Octal21225372551340241714065
Binary10001010101011111101010110110111000101000011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A15FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,21,250); }

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

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

 a { background-color: rgb(138,21,250); }

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

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

 span { border-color: rgb(138,21,250); }

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