#9708BA

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

Shades of Dark Violet #9708BA

Tints of Dark Violet #9708BA

Color information

#9708BA (or 0x9708BA) is unknown color: approx Dark Violet. HEX triplet: 97, 08 and BA. RGB value is (151,8,186). Sum of RGB (Red+Green+Blue) = 151+8+186=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #9708BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9708BA is #68F745. Grayscale: #464646. Windows color (decimal): -6879046 or 12191895. OLE color: 12191895.

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

Color convert

RGB1518186-
CMYK0.190.9600.27
HSL288.2º91.75%38.04%-
HSV(B)288.2º95.7%72.94%-
XYZ21.7110.347.3-
YUV71.05192.88185.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 8 (3.52% from 255) = 2.32%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=43.77%
G=2.32%
B=53.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15181860.190.9600.27288.291.7538.04
Hex978BA136001B1205c26
Octal227102722314003344013446
Binary100101111000101110101001111000000110111001000001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9708BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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