#9714AF

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

Shades of Dark Violet #9714AF

Tints of Dark Violet #9714AF

Color information

#9714AF (or 0x9714AF) is unknown color: approx Dark Violet. HEX triplet: 97, 14 and AF. RGB value is (151,20,175). Sum of RGB (Red+Green+Blue) = 151+20+175=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #9714AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9714AF is #68EB50. Grayscale: #4C4C4C. Windows color (decimal): -6875985 or 11474071. OLE color: 11474071.

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

Color convert

RGB15120175-
CMYK0.140.8900.31
HSL290.71º79.49%38.24%-
HSV(B)290.71º88.57%68.63%-
XYZ20.7510.1741.43-
YUV76.84183.4180.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 20 (8.20% from 255) = 5.78%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=43.64%
G=5.78%
B=50.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151201750.140.8900.31290.7179.4938.24
Hex9714AFE5901F1234f26
Octal227242571613103744311746
Binary100101111010010101111111010110010111111001000111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9714AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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