#8012BA

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

Shades of Dark Violet #8012BA

Tints of Dark Violet #8012BA

Color information

#8012BA (or 0x8012BA) is unknown color: approx Dark Violet. HEX triplet: 80, 12 and BA. RGB value is (128,18,186). Sum of RGB (Red+Green+Blue) = 128+18+186=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #8012BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8012BA is #7FED45. Grayscale: #454545. Windows color (decimal): -8383814 or 12194432. OLE color: 12194432.

HSL color Cylindrical-coordinate representation of color #8012BA: hue angle of 279.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8012BA is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12818186-
CMYK0.310.9000.27
HSL279.29º82.35%40%-
HSV(B)279.29º90.32%72.94%-
XYZ17.988.5747.16-
YUV70.04193.44169.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=38.55%
G=5.42%
B=56.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128181860.310.9000.27279.2982.3540
Hex8012BA1F5A01B1175228
Octal200222723713203342712250
Binary1000000010010101110101111110110100110111000101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8012BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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