#9D319B

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

Shades of Vivid Violet #9D319B

Tints of Vivid Violet #9D319B

Color information

#9D319B (or 0x9D319B) is unknown color: approx Vivid Violet. HEX triplet: 9D, 31 and 9B. RGB value is (157,49,155). Sum of RGB (Red+Green+Blue) = 157+49+155=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D319B is #62CE64. Grayscale: #5D5D5D. Windows color (decimal): -6475365 or 10170781. OLE color: 10170781.

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

Color convert

RGB15749155-
CMYK00.690.010.38
HSL301.11º52.43%40.39%-
HSV(B)301.11º68.79%61.57%-
XYZ20.9211.7332.17-
YUV93.38162.78173.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=43.49%
G=13.57%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574915500.690.010.38301.1152.4340.39
Hex9D319B04512612d3428
Octal2356123301051464556450
Binary1001110111000110011011010001011100110100101101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,49,155); }

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

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

 a { background-color: rgb(157,49,155); }

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

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

 span { border-color: rgb(157,49,155); }

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