#8015BA

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

Shades of Dark Violet #8015BA

Tints of Dark Violet #8015BA

Color information

#8015BA (or 0x8015BA) is unknown color: approx Dark Violet. HEX triplet: 80, 15 and BA. RGB value is (128,21,186). Sum of RGB (Red+Green+Blue) = 128+21+186=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #8015BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8015BA is #7FEA45. Grayscale: #474747. Windows color (decimal): -8383046 or 12195200. OLE color: 12195200.

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

Color convert

RGB12821186-
CMYK0.310.8900.27
HSL278.91º79.71%40.59%-
HSV(B)278.91º88.71%72.94%-
XYZ18.038.6747.18-
YUV71.8192.45168.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 21 (8.59% from 255) = 6.27%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=38.21%
G=6.27%
B=55.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128211860.310.8900.27278.9179.7140.59
Hex8015BA1F5901B1175029
Octal200252723713103342712051
Binary1000000010101101110101111110110010110111000101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8015BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8015BA; }

 p { color: rgb(128,21,186); }

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

<style>
 a { background-color: #8015BA; }

 a { background-color: rgb(128,21,186); }

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

<style>
 span { border-color: #8015BA; }

 span { border-color: rgb(128,21,186); }

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