#9D349A

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

Shades of Vivid Violet #9D349A

Tints of Vivid Violet #9D349A

Color information

#9D349A (or 0x9D349A) is unknown color: approx Vivid Violet. HEX triplet: 9D, 34 and 9A. RGB value is (157,52,154). Sum of RGB (Red+Green+Blue) = 157+52+154=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D349A is #62CB65. Grayscale: #5E5E5E. Windows color (decimal): -6474598 or 10106013. OLE color: 10106013.

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

Color convert

RGB15752154-
CMYK00.670.020.38
HSL301.71º50.24%40.98%-
HSV(B)301.71º66.88%61.57%-
XYZ20.9711.9631.77-
YUV95.02161.29172.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=43.25%
G=14.33%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575215400.670.020.38301.7150.2440.98
Hex9D349A04322612e3229
Octal2356423201032464566251
Binary10011101110100100110100100001110100110100101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,52,154); }

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

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

 a { background-color: rgb(157,52,154); }

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

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

 span { border-color: rgb(157,52,154); }

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