#9D3B99

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

Shades of Vivid Violet #9D3B99

Tints of Vivid Violet #9D3B99

Color information

#9D3B99 (or 0x9D3B99) is unknown color: approx Vivid Violet. HEX triplet: 9D, 3B and 99. RGB value is (157,59,153). Sum of RGB (Red+Green+Blue) = 157+59+153=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3B99 is #62C466. Grayscale: #626262. Windows color (decimal): -6472807 or 10042269. OLE color: 10042269.

HSL color Cylindrical-coordinate representation of color #9D3B99: hue angle of 302.45º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3B99 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15759153-
CMYK00.620.030.38
HSL302.45º45.37%42.35%-
HSV(B)302.45º62.42%61.57%-
XYZ21.2212.631.45-
YUV99.02158.47169.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=42.55%
G=15.99%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575915300.620.030.38302.4545.3742.35
Hex9D3B9903E32612e2d2a
Octal235732310763464565552
Binary1001110111101110011001011111011100110100101110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,59,153); }

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

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

 a { background-color: rgb(157,59,153); }

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

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

 span { border-color: rgb(157,59,153); }

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