#9D3499

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

Shades of Vivid Violet #9D3499

Tints of Vivid Violet #9D3499

Color information

#9D3499 (or 0x9D3499) is unknown color: approx Vivid Violet. HEX triplet: 9D, 34 and 99. RGB value is (157,52,153). Sum of RGB (Red+Green+Blue) = 157+52+153=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3499 is #62CB66. Grayscale: #5E5E5E. Windows color (decimal): -6474599 or 10040477. OLE color: 10040477.

HSL color Cylindrical-coordinate representation of color #9D3499: hue angle of 302.29º 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 #9D3499 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15752153-
CMYK00.670.030.38
HSL302.29º50.24%40.98%-
HSV(B)302.29º66.88%61.57%-
XYZ20.8811.9231.34-
YUV94.91160.79172.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=43.37%
G=14.36%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575215300.670.030.38302.2950.2440.98
Hex9D349904332612e3229
Octal2356423101033464566251
Binary10011101110100100110010100001111100110100101110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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