#8217C8

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

Shades of Dark Violet #8217C8

Tints of Dark Violet #8217C8

Color information

#8217C8 (or 0x8217C8) is unknown color: approx Dark Violet. HEX triplet: 82, 17 and C8. RGB value is (130,23,200). Sum of RGB (Red+Green+Blue) = 130+23+200=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #8217C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217C8 is #7DE837. Grayscale: #4A4A4A. Windows color (decimal): -8251448 or 13113218. OLE color: 13113218.

HSL color Cylindrical-coordinate representation of color #8217C8: hue angle of 276.27º 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 #8217C8 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13023200-
CMYK0.350.8800.22
HSL276.27º79.37%43.73%-
HSV(B)276.27º88.5%78.43%-
XYZ19.949.5355.43-
YUV75.17198.45167.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 23 (9.38% from 255) = 6.52%
BLUE value IS 200 (78.52% from 255) = 56.66%
R=36.83%
G=6.52%
B=56.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130232000.350.8800.22276.2779.3743.73
Hex8217C823580161144f2c
Octal202273104313002642411754
Binary10000010101111100100010001110110000101101000101001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8217C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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