#9D339B

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

Shades of Vivid Violet #9D339B

Tints of Vivid Violet #9D339B

Color information

#9D339B (or 0x9D339B) is unknown color: approx Vivid Violet. HEX triplet: 9D, 33 and 9B. RGB value is (157,51,155). Sum of RGB (Red+Green+Blue) = 157+51+155=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D339B is #62CC64. Grayscale: #5E5E5E. Windows color (decimal): -6474853 or 10171293. OLE color: 10171293.

HSL color Cylindrical-coordinate representation of color #9D339B: hue angle of 301.13º degrees, saturation: 0.51, 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 #9D339B is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15751155-
CMYK00.680.010.38
HSL301.13º50.96%40.78%-
HSV(B)301.13º67.52%61.57%-
XYZ2111.932.2-
YUV94.55162.12172.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=43.25%
G=14.05%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575115500.680.010.38301.1350.9640.78
Hex9D339B04412612d3329
Octal2356323301041464556351
Binary1001110111001110011011010001001100110100101101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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