#9704BC

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

Shades of Dark Violet #9704BC

Tints of Dark Violet #9704BC

Color information

#9704BC (or 0x9704BC) is unknown color: approx Dark Violet. HEX triplet: 97, 04 and BC. RGB value is (151,4,188). Sum of RGB (Red+Green+Blue) = 151+4+188=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #9704BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9704BC is #68FB43. Grayscale: #444444. Windows color (decimal): -6880068 or 12321943. OLE color: 12321943.

HSL color Cylindrical-coordinate representation of color #9704BC: hue angle of 287.93º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9704BC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1514188-
CMYK0.200.9800.26
HSL287.93º95.83%37.65%-
HSV(B)287.93º97.87%73.73%-
XYZ21.8810.348.41-
YUV68.93195.2186.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 188 (73.83% from 255) = 54.81%
R=44.02%
G=1.17%
B=54.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15141880.200.9800.26287.9395.8337.65
Hex974BC146201A1206026
Octal22742742414203244014046
Binary10010111100101111001010011000100110101001000001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9704BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9704BC; }

 p { color: rgb(151,4,188); }

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

<style>
 a { background-color: #9704BC; }

 a { background-color: rgb(151,4,188); }

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

<style>
 span { border-color: #9704BC; }

 span { border-color: rgb(151,4,188); }

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