#8010C0

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

Shades of Dark Violet #8010C0

Tints of Dark Violet #8010C0

Color information

#8010C0 (or 0x8010C0) is unknown color: approx Dark Violet. HEX triplet: 80, 10 and C0. RGB value is (128,16,192). Sum of RGB (Red+Green+Blue) = 128+16+192=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #8010C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010C0 is #7FEF3F. Grayscale: #444444. Windows color (decimal): -8384320 or 12587136. OLE color: 12587136.

HSL color Cylindrical-coordinate representation of color #8010C0: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8010C0 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12816192-
CMYK0.330.9200.25
HSL278.18º84.62%40.78%-
HSV(B)278.18º91.67%75.29%-
XYZ18.68.7750.58-
YUV69.55197.11169.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.10%
GREEN value IS 16 (6.64% from 255) = 4.76%
BLUE value IS 192 (75.39% from 255) = 57.14%
R=38.10%
G=4.76%
B=57.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128161920.330.9200.25278.1884.6240.78
Hex8010C0215C0191165529
Octal200203004113403142612551
Binary10000000100001100000010000110111000110011000101101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8010C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8010C0; }

 p { color: rgb(128,16,192); }

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

<style>
 a { background-color: #8010C0; }

 a { background-color: rgb(128,16,192); }

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

<style>
 span { border-color: #8010C0; }

 span { border-color: rgb(128,16,192); }

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