#9C449A

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

Shades of Violet Blue #9C449A

Tints of Violet Blue #9C449A

Color information

#9C449A (or 0x9C449A) is unknown color: approx Violet Blue. HEX triplet: 9C, 44 and 9A. RGB value is (156,68,154). Sum of RGB (Red+Green+Blue) = 156+68+154=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C449A is #63BB65. Grayscale: #676767. Windows color (decimal): -6536038 or 10110108. OLE color: 10110108.

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

Color convert

RGB15668154-
CMYK00.560.010.39
HSL301.36º39.29%43.92%-
HSV(B)301.36º56.41%61.18%-
XYZ21.6113.5432.05-
YUV104.12156.15165.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=41.27%
G=17.99%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566815400.560.010.39301.3639.2943.92
Hex9C449A03812712d272c
Octal2341042320701474554754
Binary1001110010001001001101001110001100111100101101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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