#9D3292

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

Shades of Vivid Violet #9D3292

Tints of Vivid Violet #9D3292

Color information

#9D3292 (or 0x9D3292) is unknown color: approx Vivid Violet. HEX triplet: 9D, 32 and 92. RGB value is (157,50,146). Sum of RGB (Red+Green+Blue) = 157+50+146=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3292 is #62CD6D. Grayscale: #5C5C5C. Windows color (decimal): -6475118 or 9581213. OLE color: 9581213.

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

Color convert

RGB15750146-
CMYK00.680.070.38
HSL306.17º51.69%40.59%-
HSV(B)306.17º68.15%61.57%-
XYZ20.2311.5228.35-
YUV92.94157.95173.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 50 (19.92% from 255) = 14.16%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=44.48%
G=14.16%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575014600.680.070.38306.1751.6940.59
Hex9D32920447261323429
Octal2356222201047464626451
Binary100111011100101001001001000100111100110100110010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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