#9C489F

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

Shades of Violet Blue #9C489F

Tints of Violet Blue #9C489F

Color information

#9C489F (or 0x9C489F) is unknown color: approx Violet Blue. HEX triplet: 9C, 48 and 9F. RGB value is (156,72,159). Sum of RGB (Red+Green+Blue) = 156+72+159=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C489F is #63B760. Grayscale: #6A6A6A. Windows color (decimal): -6535009 or 10438812. OLE color: 10438812.

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

Color convert

RGB15672159-
CMYK0.020.5500.38
HSL297.93º37.66%45.29%-
HSV(B)297.93º54.72%62.35%-
XYZ22.2914.2134.37-
YUV107.03157.33162.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=40.31%
G=18.60%
B=41.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156721590.020.5500.38297.9337.6645.29
Hex9C489F23702612a262d
Octal2341102372670464524655
Binary10011100100100010011111101101110100110100101010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,72,159); }

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

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

 a { background-color: rgb(156,72,159); }

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

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

 span { border-color: rgb(156,72,159); }

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