#8A15BE

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

Shades of Dark Violet #8A15BE

Tints of Dark Violet #8A15BE

Color information

#8A15BE (or 0x8A15BE) is unknown color: approx Dark Violet. HEX triplet: 8A, 15 and BE. RGB value is (138,21,190). Sum of RGB (Red+Green+Blue) = 138+21+190=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A15BE is #75EA41. Grayscale: #4A4A4A. Windows color (decimal): -7727682 or 12457354. OLE color: 12457354.

HSL color Cylindrical-coordinate representation of color #8A15BE: hue angle of 281.54º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A15BE is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13821190-
CMYK0.270.8900.25
HSL281.54º80.09%41.37%-
HSV(B)281.54º88.95%74.51%-
XYZ20.049.6649.52-
YUV75.25192.76172.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.54%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=39.54%
G=6.02%
B=54.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138211900.270.8900.25281.5480.0941.37
Hex8A15BE1B5901911a5029
Octal212252763313103143212051
Binary1000101010101101111101101110110010110011000110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A15BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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