#9316C6

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

Shades of Dark Violet #9316C6

Tints of Dark Violet #9316C6

Color information

#9316C6 (or 0x9316C6) is unknown color: approx Dark Violet. HEX triplet: 93, 16 and C6. RGB value is (147,22,198). Sum of RGB (Red+Green+Blue) = 147+22+198=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #9316C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316C6 is #6CE939. Grayscale: #4E4E4E. Windows color (decimal): -7137594 or 12981907. OLE color: 12981907.

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

Color convert

RGB14722198-
CMYK0.260.8900.22
HSL282.61º80%43.14%-
HSV(B)282.61º88.89%77.65%-
XYZ22.5110.8554.33-
YUV79.44194.91176.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 198 (77.73% from 255) = 53.95%
R=40.05%
G=5.99%
B=53.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147221980.260.8900.22282.618043.14
Hex9316C61A5901611b502b
Octal223263063213102643312053
Binary1001001110110110001101101010110010101101000110111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9316C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9316C6; }

 p { color: rgb(147,22,198); }

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

<style>
 a { background-color: #9316C6; }

 a { background-color: rgb(147,22,198); }

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

<style>
 span { border-color: #9316C6; }

 span { border-color: rgb(147,22,198); }

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