#9714B6

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

Shades of Dark Violet #9714B6

Tints of Dark Violet #9714B6

Color information

#9714B6 (or 0x9714B6) is unknown color: approx Dark Violet. HEX triplet: 97, 14 and B6. RGB value is (151,20,182). Sum of RGB (Red+Green+Blue) = 151+20+182=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #9714B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714B6 is #68EB49. Grayscale: #4D4D4D. Windows color (decimal): -6875978 or 11932823. OLE color: 11932823.

HSL color Cylindrical-coordinate representation of color #9714B6: hue angle of 288.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9714B6 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15120182-
CMYK0.170.8900.29
HSL288.52º80.2%39.61%-
HSV(B)288.52º89.01%71.37%-
XYZ21.4610.4645.14-
YUV77.64186.9180.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 20 (8.20% from 255) = 5.67%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=42.78%
G=5.67%
B=51.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151201820.170.8900.29288.5280.239.61
Hex9714B6115901D1215028
Octal227242662113103544112050
Binary1001011110100101101101000110110010111011001000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9714B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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