#9d359d

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

Shades of Vivid Violet #9D359D

Tints of Vivid Violet #9D359D

Color information

#9D359D (or 0x9D359D) is unknown color: approx Vivid Violet. HEX triplet: 9D, 35 and 9D. RGB value is (157,53,157). Sum of RGB (Red+Green+Blue) = 157+53+157=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D359D is #62CA62. Grayscale: #5F5F5F. Windows color (decimal): -6474339 or 10302877. OLE color: 10302877.

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

Color convert

RGB15753157-
CMYK00.6600.38
HSL300º49.52%41.18%-
HSV(B)300º66.24%61.57%-
XYZ21.2612.1533.12-
YUV95.95162.46171.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=42.78%
G=14.44%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575315700.6600.3830049.5241.18
Hex9D359D04202612c3229
Octal2356523501020464546251
Binary1001110111010110011101010000100100110100101100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d359d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,53,157); }

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

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

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

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

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

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

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