#8107C0

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

Shades of Dark Violet #8107C0

Tints of Dark Violet #8107C0

Color information

#8107C0 (or 0x8107C0) is unknown color: approx Dark Violet. HEX triplet: 81, 07 and C0. RGB value is (129,7,192). Sum of RGB (Red+Green+Blue) = 129+7+192=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #8107C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8107C0 is #7EF83F. Grayscale: #3F3F3F. Windows color (decimal): -8321088 or 12584833. OLE color: 12584833.

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

Color convert

RGB1297192-
CMYK0.330.9600.25
HSL279.57º92.96%39.02%-
HSV(B)279.57º96.35%75.29%-
XYZ18.648.6250.55-
YUV64.57199.92173.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 192 (75.39% from 255) = 58.54%
R=39.33%
G=2.13%
B=58.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12971920.330.9600.25279.5792.9639.02
Hex817C021600191185d27
Octal20173004114003143013547
Binary100000011111100000010000111000000110011000110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8107C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,7,192); }

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

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

 a { background-color: rgb(129,7,192); }

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

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

 span { border-color: rgb(129,7,192); }

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