#9713BB

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

Shades of Dark Violet #9713BB

Tints of Dark Violet #9713BB

Color information

#9713BB (or 0x9713BB) is unknown color: approx Dark Violet. HEX triplet: 97, 13 and BB. RGB value is (151,19,187). Sum of RGB (Red+Green+Blue) = 151+19+187=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #9713BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713BB is #68EC44. Grayscale: #4D4D4D. Windows color (decimal): -6876229 or 12260247. OLE color: 12260247.

HSL color Cylindrical-coordinate representation of color #9713BB: hue angle of 287.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9713BB is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15119187-
CMYK0.190.9000.27
HSL287.14º81.55%40.39%-
HSV(B)287.14º89.84%73.33%-
XYZ21.9710.6347.91-
YUV77.62189.73180.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 19 (7.81% from 255) = 5.32%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=42.30%
G=5.32%
B=52.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151191870.190.9000.27287.1481.5540.39
Hex9713BB135A01B11f5228
Octal227232732313203343712250
Binary1001011110011101110111001110110100110111000111111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9713BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9713BB; }

 p { color: rgb(151,19,187); }

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

<style>
 a { background-color: #9713BB; }

 a { background-color: rgb(151,19,187); }

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

<style>
 span { border-color: #9713BB; }

 span { border-color: rgb(151,19,187); }

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