#8716C8

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

Shades of Dark Violet #8716C8

Tints of Dark Violet #8716C8

Color information

#8716C8 (or 0x8716C8) is unknown color: approx Dark Violet. HEX triplet: 87, 16 and C8. RGB value is (135,22,200). Sum of RGB (Red+Green+Blue) = 135+22+200=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #8716C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716C8 is #78E937. Grayscale: #4B4B4B. Windows color (decimal): -7924024 or 13112967. OLE color: 13112967.

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

Color convert

RGB13522200-
CMYK0.320.8900.22
HSL278.09º80.18%43.53%-
HSV(B)278.09º89%78.43%-
XYZ20.79.8955.46-
YUV76.08197.94170.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 200 (78.52% from 255) = 56.02%
R=37.82%
G=6.16%
B=56.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135222000.320.8900.22278.0980.1843.53
Hex8716C82059016116502c
Octal207263104013102642612054
Binary10000111101101100100010000010110010101101000101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8716C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,22,200); }

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

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

 a { background-color: rgb(135,22,200); }

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

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

 span { border-color: rgb(135,22,200); }

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