#9706B4

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

Shades of Dark Violet #9706B4

Tints of Dark Violet #9706B4

Color information

#9706B4 (or 0x9706B4) is unknown color: approx Dark Violet. HEX triplet: 97, 06 and B4. RGB value is (151,6,180). Sum of RGB (Red+Green+Blue) = 151+6+180=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #9706B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9706B4 is #68F94B. Grayscale: #444444. Windows color (decimal): -6879564 or 11798167. OLE color: 11798167.

HSL color Cylindrical-coordinate representation of color #9706B4: hue angle of 290º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9706B4 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1516180-
CMYK0.160.9700.29
HSL290º93.55%36.47%-
HSV(B)290º96.67%70.59%-
XYZ21.071044-
YUV69.19190.54186.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 6 (2.73% from 255) = 1.78%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=44.81%
G=1.78%
B=53.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15161800.160.9700.2929093.5536.47
Hex976B4106101D1225e24
Octal22762642014103544213644
Binary10010111110101101001000011000010111011001000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9706B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9706B4; }

 p { color: rgb(151,6,180); }

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

<style>
 a { background-color: #9706B4; }

 a { background-color: rgb(151,6,180); }

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

<style>
 span { border-color: #9706B4; }

 span { border-color: rgb(151,6,180); }

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