#9D11B3

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

Shades of Dark Violet #9D11B3

Tints of Dark Violet #9D11B3

Color information

#9D11B3 (or 0x9D11B3) is unknown color: approx Dark Violet. HEX triplet: 9D, 11 and B3. RGB value is (157,17,179). Sum of RGB (Red+Green+Blue) = 157+17+179=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D11B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11B3 is #62EE4C. Grayscale: #4C4C4C. Windows color (decimal): -6483533 or 11735453. OLE color: 11735453.

HSL color Cylindrical-coordinate representation of color #9D11B3: hue angle of 291.85º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D11B3 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15717179-
CMYK0.120.9100.30
HSL291.85º82.65%38.43%-
HSV(B)291.85º90.5%70.2%-
XYZ22.2410.8243.56-
YUV77.33185.38184.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 17 (7.03% from 255) = 4.82%
BLUE value IS 179 (70.31% from 255) = 50.71%
R=44.48%
G=4.82%
B=50.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal157171790.120.9100.30291.8582.6538.43
Hex9D11B3C5B01E1245326
Octal235212631413303644412346
Binary100111011000110110011110010110110111101001001001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D11B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D11B3; }

 p { color: rgb(157,17,179); }

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

<style>
 a { background-color: #9D11B3; }

 a { background-color: rgb(157,17,179); }

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

<style>
 span { border-color: #9D11B3; }

 span { border-color: rgb(157,17,179); }

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