#9716CC

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

Shades of Dark Violet #9716CC

Tints of Dark Violet #9716CC

Color information

#9716CC (or 0x9716CC) is unknown color: approx Dark Violet. HEX triplet: 97, 16 and CC. RGB value is (151,22,204). Sum of RGB (Red+Green+Blue) = 151+22+204=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #9716CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9716CC is #68E933. Grayscale: #505050. Windows color (decimal): -6875444 or 13375127. OLE color: 13375127.

HSL color Cylindrical-coordinate representation of color #9716CC: hue angle of 282.53º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9716CC is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15122204-
CMYK0.260.8900.2
HSL282.53º80.53%44.31%-
HSV(B)282.53º89.22%80%-
XYZ23.9511.5158.09-
YUV81.32197.24177.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 22 (8.98% from 255) = 5.84%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=40.05%
G=5.84%
B=54.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151222040.260.8900.2282.5380.5344.31
Hex9716CC1A5901411b512c
Octal227263143213102443312154
Binary1001011110110110011001101010110010101001000110111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9716CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9716CC; }

 p { color: rgb(151,22,204); }

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

<style>
 a { background-color: #9716CC; }

 a { background-color: rgb(151,22,204); }

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

<style>
 span { border-color: #9716CC; }

 span { border-color: rgb(151,22,204); }

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