#8007C6

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

Shades of Dark Violet #8007C6

Tints of Dark Violet #8007C6

Color information

#8007C6 (or 0x8007C6) is unknown color: approx Dark Violet. HEX triplet: 80, 07 and C6. RGB value is (128,7,198). Sum of RGB (Red+Green+Blue) = 128+7+198=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #8007C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007C6 is #7FF839. Grayscale: #404040. Windows color (decimal): -8386618 or 12978048. OLE color: 12978048.

HSL color Cylindrical-coordinate representation of color #8007C6: hue angle of 278.01º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8007C6 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1287198-
CMYK0.350.9600.22
HSL278.01º93.17%40.2%-
HSV(B)278.01º96.46%77.65%-
XYZ19.178.8254.12-
YUV64.95203.09172.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 7 (3.12% from 255) = 2.10%
BLUE value IS 198 (77.73% from 255) = 59.46%
R=38.44%
G=2.10%
B=59.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12871980.350.9600.22278.0193.1740.2
Hex807C623600161165d28
Octal20073064314002642613550
Binary100000001111100011010001111000000101101000101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8007C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8007C6; }

 p { color: rgb(128,7,198); }

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

<style>
 a { background-color: #8007C6; }

 a { background-color: rgb(128,7,198); }

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

<style>
 span { border-color: #8007C6; }

 span { border-color: rgb(128,7,198); }

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