#8A15D8

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

Shades of Blue Violet #8A15D8

Tints of Blue Violet #8A15D8

Color information

#8A15D8 (or 0x8A15D8) is unknown color: approx Blue Violet. HEX triplet: 8A, 15 and D8. RGB value is (138,21,216). Sum of RGB (Red+Green+Blue) = 138+21+216=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #8A15D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A15D8 is #75EA27. Grayscale: #4D4D4D. Windows color (decimal): -7727656 or 14161290. OLE color: 14161290.

HSL color Cylindrical-coordinate representation of color #8A15D8: hue angle of 276º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A15D8 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13821216-
CMYK0.360.9000.15
HSL276º82.28%46.47%-
HSV(B)276º90.28%84.71%-
XYZ23.1410.965.85-
YUV78.21205.76170.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 21 (8.59% from 255) = 5.6%
BLUE value IS 216 (84.77% from 255) = 57.6%
R=36.8%
G=5.6%
B=57.6%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138212160.360.9000.1527682.2846.47
Hex8A15D8245A0F114522e
Octal212253304413201742412256
Binary1000101010101110110001001001011010011111000101001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A15D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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