#9C3F9A

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

Shades of Violet Blue #9C3F9A

Tints of Violet Blue #9C3F9A

Color information

#9C3F9A (or 0x9C3F9A) is unknown color: approx Violet Blue. HEX triplet: 9C, 3F and 9A. RGB value is (156,63,154). Sum of RGB (Red+Green+Blue) = 156+63+154=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3F9A is #63C065. Grayscale: #646464. Windows color (decimal): -6537318 or 10108828. OLE color: 10108828.

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

Color convert

RGB15663154-
CMYK00.600.010.39
HSL301.29º42.47%42.94%-
HSV(B)301.29º59.62%61.18%-
XYZ21.3212.9631.95-
YUV101.18157.81167.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=41.82%
G=16.89%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566315400.600.010.39301.2942.4742.94
Hex9C3F9A03C12712d2a2b
Octal234772320741474555253
Binary100111001111111001101001111001100111100101101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,63,154); }

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

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

 a { background-color: rgb(156,63,154); }

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

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

 span { border-color: rgb(156,63,154); }

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