#8916C1

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

Shades of Dark Violet #8916C1

Tints of Dark Violet #8916C1

Color information

#8916C1 (or 0x8916C1) is unknown color: approx Dark Violet. HEX triplet: 89, 16 and C1. RGB value is (137,22,193). Sum of RGB (Red+Green+Blue) = 137+22+193=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #8916C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8916C1 is #76E93E. Grayscale: #4B4B4B. Windows color (decimal): -7792959 or 12654217. OLE color: 12654217.

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

Color convert

RGB13722193-
CMYK0.290.8900.24
HSL280.35º79.53%42.16%-
HSV(B)280.35º88.6%75.69%-
XYZ20.239.7451.27-
YUV75.88194.1171.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 22 (8.98% from 255) = 6.25%
BLUE value IS 193 (75.78% from 255) = 54.83%
R=38.92%
G=6.25%
B=54.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137221930.290.8900.24280.3579.5342.16
Hex8916C11D59018118502a
Octal211263013513103043012052
Binary1000100110110110000011110110110010110001000110001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8916C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,22,193); }

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

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

 a { background-color: rgb(137,22,193); }

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

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

 span { border-color: rgb(137,22,193); }

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