#9703BA

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

Shades of Dark Violet #9703BA

Tints of Dark Violet #9703BA

Color information

#9703BA (or 0x9703BA) is unknown color: approx Dark Violet. HEX triplet: 97, 03 and BA. RGB value is (151,3,186). Sum of RGB (Red+Green+Blue) = 151+3+186=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #9703BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9703BA is #68FC45. Grayscale: #434343. Windows color (decimal): -6880326 or 12190615. OLE color: 12190615.

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

Color convert

RGB1513186-
CMYK0.190.9800.27
HSL288.52º96.83%37.06%-
HSV(B)288.52º98.39%72.94%-
XYZ21.6610.1947.28-
YUV68.11194.53187.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 186 (73.05% from 255) = 54.71%
R=44.41%
G=0.88%
B=54.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15131860.190.9800.27288.5296.8337.06
Hex973BA136201B1216125
Octal22732722314203344114145
Binary1001011111101110101001111000100110111001000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9703BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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