#9D3992

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

Shades of Vivid Violet #9D3992

Tints of Vivid Violet #9D3992

Color information

#9D3992 (or 0x9D3992) is unknown color: approx Vivid Violet. HEX triplet: 9D, 39 and 92. RGB value is (157,57,146). Sum of RGB (Red+Green+Blue) = 157+57+146=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3992 is #62C66D. Grayscale: #606060. Windows color (decimal): -6473326 or 9583005. OLE color: 9583005.

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

Color convert

RGB15757146-
CMYK00.640.070.38
HSL306.6º46.73%41.96%-
HSV(B)306.6º63.69%61.57%-
XYZ20.5612.1728.46-
YUV97.05155.63170.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=43.61%
G=15.83%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575714600.640.070.38306.646.7341.96
Hex9D39920407261332f2a
Octal2357122201007464635752
Binary100111011110011001001001000000111100110100110011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,146); }

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

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

 a { background-color: rgb(157,57,146); }

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

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

 span { border-color: rgb(157,57,146); }

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