#9C3D97

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

Shades of Violet Blue #9C3D97

Tints of Violet Blue #9C3D97

Color information

#9C3D97 (or 0x9C3D97) is unknown color: approx Violet Blue. HEX triplet: 9C, 3D and 97. RGB value is (156,61,151). Sum of RGB (Red+Green+Blue) = 156+61+151=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3D97 is #63C268. Grayscale: #636363. Windows color (decimal): -6537833 or 9911708. OLE color: 9911708.

HSL color Cylindrical-coordinate representation of color #9C3D97: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C3D97 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15661151-
CMYK00.610.030.39
HSL303.16º43.78%42.55%-
HSV(B)303.16º60.9%61.18%-
XYZ20.9612.6430.61-
YUV99.66156.97168.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=42.39%
G=16.58%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566115100.610.030.39303.1643.7842.55
Hex9C3D9703D32712f2c2b
Octal234752270753474575453
Binary1001110011110110010111011110111100111100101111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,61,151); }

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

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

 a { background-color: rgb(156,61,151); }

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

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

 span { border-color: rgb(156,61,151); }

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