#8117C8

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

Shades of Dark Violet #8117C8

Tints of Dark Violet #8117C8

Color information

#8117C8 (or 0x8117C8) is unknown color: approx Dark Violet. HEX triplet: 81, 17 and C8. RGB value is (129,23,200). Sum of RGB (Red+Green+Blue) = 129+23+200=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 200 (78.52% from 255 or 56.82% from 352); Max value from RGB is 200 - color contains mainly: blue. Hex color #8117C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117C8 is #7EE837. Grayscale: #4A4A4A. Windows color (decimal): -8316984 or 13113217. OLE color: 13113217.

HSL color Cylindrical-coordinate representation of color #8117C8: hue angle of 275.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8117C8 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12923200-
CMYK0.360.8800.22
HSL275.93º79.37%43.73%-
HSV(B)275.93º88.5%78.43%-
XYZ19.789.4555.42-
YUV74.87198.62166.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 23 (9.38% from 255) = 6.53%
BLUE value IS 200 (78.52% from 255) = 56.82%
R=36.65%
G=6.53%
B=56.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129232000.360.8800.22275.9379.3743.73
Hex8117C824580161144f2c
Octal201273104413002642411754
Binary10000001101111100100010010010110000101101000101001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8117C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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