#8117C1

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

Shades of Dark Violet #8117C1

Tints of Dark Violet #8117C1

Color information

#8117C1 (or 0x8117C1) is unknown color: approx Dark Violet. HEX triplet: 81, 17 and C1. RGB value is (129,23,193). Sum of RGB (Red+Green+Blue) = 129+23+193=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #8117C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117C1 is #7EE83E. Grayscale: #494949. Windows color (decimal): -8316991 or 12654465. OLE color: 12654465.

HSL color Cylindrical-coordinate representation of color #8117C1: hue angle of 277.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8117C1 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12923193-
CMYK0.330.8800.24
HSL277.41º78.7%42.35%-
HSV(B)277.41º88.08%75.69%-
XYZ18.999.1351.21-
YUV74.07195.12167.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 23 (9.38% from 255) = 6.67%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=37.39%
G=6.67%
B=55.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129231930.330.8800.24277.4178.742.35
Hex8117C121580181154f2a
Octal201273014113003042511752
Binary10000001101111100000110000110110000110001000101011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8117C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8117C1; }

 p { color: rgb(129,23,193); }

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

<style>
 a { background-color: #8117C1; }

 a { background-color: rgb(129,23,193); }

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

<style>
 span { border-color: #8117C1; }

 span { border-color: rgb(129,23,193); }

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