#9710B7

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

Shades of Dark Violet #9710B7

Tints of Dark Violet #9710B7

Color information

#9710B7 (or 0x9710B7) is unknown color: approx Dark Violet. HEX triplet: 97, 10 and B7. RGB value is (151,16,183). Sum of RGB (Red+Green+Blue) = 151+16+183=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 183 (71.88% from 255 or 52.29% from 350); Max value from RGB is 183 - color contains mainly: blue. Hex color #9710B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710B7 is #68EF48. Grayscale: #4A4A4A. Windows color (decimal): -6877001 or 11997335. OLE color: 11997335.

HSL color Cylindrical-coordinate representation of color #9710B7: hue angle of 288.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9710B7 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15116183-
CMYK0.170.9100.28
HSL288.5º83.92%39.02%-
HSV(B)288.5º91.26%71.76%-
XYZ21.510.3745.67-
YUV75.4188.73181.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 183 (71.88% from 255) = 52.29%
R=43.14%
G=4.57%
B=52.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151161830.170.9100.28288.583.9239.02
Hex9710B7115B01C1215427
Octal227202672113303444112447
Binary1001011110000101101111000110110110111001001000011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9710B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9710B7; }

 p { color: rgb(151,16,183); }

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

<style>
 a { background-color: #9710B7; }

 a { background-color: rgb(151,16,183); }

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

<style>
 span { border-color: #9710B7; }

 span { border-color: rgb(151,16,183); }

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