#9700BA

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

Shades of Dark Violet #9700BA

Tints of Dark Violet #9700BA

Color information

#9700BA (or 0x9700BA) is unknown color: approx Dark Violet. HEX triplet: 97, 00 and BA. RGB value is (151,0,186). Sum of RGB (Red+Green+Blue) = 151+0+186=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #9700BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9700BA is #68FF45. Grayscale: #414141. Windows color (decimal): -6881094 or 12189847. OLE color: 12189847.

HSL color Cylindrical-coordinate representation of color #9700BA: hue angle of 288.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9700BA is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1510186-
CMYK0.19100.27
HSL288.71º100%36.47%-
HSV(B)288.71º100%72.94%-
XYZ21.6310.1247.27-
YUV66.35195.53188.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=44.81%
G=0%
B=55.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15101860.19100.27288.7110036.47
Hex970BA136401B1216424
Octal22702722314403344114444
Binary100101110101110101001111001000110111001000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9700BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9700BA; }

 p { color: rgb(151,0,186); }

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

<style>
 a { background-color: #9700BA; }

 a { background-color: rgb(151,0,186); }

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

<style>
 span { border-color: #9700BA; }

 span { border-color: rgb(151,0,186); }

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