#9703AF

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

Shades of Dark Violet #9703AF

Tints of Dark Violet #9703AF

Color information

#9703AF (or 0x9703AF) is unknown color: approx Dark Violet. HEX triplet: 97, 03 and AF. RGB value is (151,3,175). Sum of RGB (Red+Green+Blue) = 151+3+175=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #9703AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9703AF is #68FC50. Grayscale: #424242. Windows color (decimal): -6880337 or 11469719. OLE color: 11469719.

HSL color Cylindrical-coordinate representation of color #9703AF: hue angle of 291.63º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9703AF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1513175-
CMYK0.140.9800.31
HSL291.63º96.63%34.9%-
HSV(B)291.63º98.29%68.63%-
XYZ20.539.7441.36-
YUV66.86189.03188.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=45.90%
G=0.91%
B=53.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15131750.140.9800.31291.6396.6334.9
Hex973AFE6201F1246123
Octal22732571614203744414143
Binary100101111110101111111011000100111111001001001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9703AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9703AF; }

 p { color: rgb(151,3,175); }

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

<style>
 a { background-color: #9703AF; }

 a { background-color: rgb(151,3,175); }

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

<style>
 span { border-color: #9703AF; }

 span { border-color: rgb(151,3,175); }

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