#9714C6

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

Shades of Dark Violet #9714C6

Tints of Dark Violet #9714C6

Color information

#9714C6 (or 0x9714C6) is unknown color: approx Dark Violet. HEX triplet: 97, 14 and C6. RGB value is (151,20,198). Sum of RGB (Red+Green+Blue) = 151+20+198=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #9714C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714C6 is #68EB39. Grayscale: #4E4E4E. Windows color (decimal): -6875962 or 12981399. OLE color: 12981399.

HSL color Cylindrical-coordinate representation of color #9714C6: hue angle of 284.16º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9714C6 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15120198-
CMYK0.240.9000.22
HSL284.16º81.65%42.75%-
HSV(B)284.16º89.9%77.65%-
XYZ23.2111.1654.36-
YUV79.46194.9179.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 20 (8.20% from 255) = 5.42%
BLUE value IS 198 (77.73% from 255) = 53.66%
R=40.92%
G=5.42%
B=53.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151201980.240.9000.22284.1681.6542.75
Hex9714C6185A01611c522b
Octal227243063013202643412253
Binary1001011110100110001101100010110100101101000111001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9714C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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