#9711DD

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

Shades of Dark Violet #9711DD

Tints of Dark Violet #9711DD

Color information

#9711DD (or 0x9711DD) is unknown color: approx Dark Violet. HEX triplet: 97, 11 and DD. RGB value is (151,17,221). Sum of RGB (Red+Green+Blue) = 151+17+221=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #9711DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9711DD is #68EE22. Grayscale: #4F4F4F. Windows color (decimal): -6876707 or 14487959. OLE color: 14487959.

HSL color Cylindrical-coordinate representation of color #9711DD: hue angle of 279.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9711DD is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15117221-
CMYK0.320.9200.13
HSL279.41º85.71%46.67%-
HSV(B)279.41º92.31%86.67%-
XYZ26.0112.269.39-
YUV80.32207.39178.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.82%
GREEN value IS 17 (7.03% from 255) = 4.37%
BLUE value IS 221 (86.72% from 255) = 56.81%
R=38.82%
G=4.37%
B=56.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151172210.320.9200.13279.4185.7146.67
Hex9711DD205C0D117562f
Octal227213354013401542712657
Binary1001011110001110111011000001011100011011000101111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9711DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9711DD; }

 p { color: rgb(151,17,221); }

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

<style>
 a { background-color: #9711DD; }

 a { background-color: rgb(151,17,221); }

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

<style>
 span { border-color: #9711DD; }

 span { border-color: rgb(151,17,221); }

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