#9C359D

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

Shades of Vivid Violet #9C359D

Tints of Vivid Violet #9C359D

Color information

#9C359D (or 0x9C359D) is unknown color: approx Vivid Violet. HEX triplet: 9C, 35 and 9D. RGB value is (156,53,157). Sum of RGB (Red+Green+Blue) = 156+53+157=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C359D is #63CA62. Grayscale: #5F5F5F. Windows color (decimal): -6539875 or 10302876. OLE color: 10302876.

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

Color convert

RGB15653157-
CMYK0.010.6600.38
HSL299.42º49.52%41.18%-
HSV(B)299.42º66.24%61.57%-
XYZ21.0712.0533.11-
YUV95.65162.62171.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=42.62%
G=14.48%
B=42.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156531570.010.6600.38299.4249.5241.18
Hex9C359D14202612b3229
Octal2346523511020464536251
Binary1001110011010110011101110000100100110100101011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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