#8A15B9

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

Shades of Dark Violet #8A15B9

Tints of Dark Violet #8A15B9

Color information

#8A15B9 (or 0x8A15B9) is unknown color: approx Dark Violet. HEX triplet: 8A, 15 and B9. RGB value is (138,21,185). Sum of RGB (Red+Green+Blue) = 138+21+185=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A15B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A15B9 is #75EA46. Grayscale: #4A4A4A. Windows color (decimal): -7727687 or 12129674. OLE color: 12129674.

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

Color convert

RGB13821185-
CMYK0.250.8900.27
HSL282.8º79.61%40.39%-
HSV(B)282.8º88.65%72.55%-
XYZ19.519.4446.69-
YUV74.68190.26173.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 21 (8.59% from 255) = 6.10%
BLUE value IS 185 (72.66% from 255) = 53.78%
R=40.12%
G=6.10%
B=53.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138211850.250.8900.27282.879.6140.39
Hex8A15B9195901B11b5028
Octal212252713113103343312050
Binary1000101010101101110011100110110010110111000110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A15B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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