#9C448E

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

Shades of Violet Blue #9C448E

Tints of Violet Blue #9C448E

Color information

#9C448E (or 0x9C448E) is unknown color: approx Violet Blue. HEX triplet: 9C, 44 and 8E. RGB value is (156,68,142). Sum of RGB (Red+Green+Blue) = 156+68+142=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C448E is #63BB71. Grayscale: #666666. Windows color (decimal): -6536050 or 9323676. OLE color: 9323676.

HSL color Cylindrical-coordinate representation of color #9C448E: hue angle of 309.55º 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 #9C448E is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB15668142-
CMYK00.560.090.39
HSL309.55º39.29%43.92%-
HSV(B)309.55º56.41%61.18%-
XYZ20.6613.1627.04-
YUV102.75150.15165.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=42.62%
G=18.58%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566814200.560.090.39309.5539.2943.92
Hex9C448E038927136272c
Octal23410421607011474664754
Binary1001110010001001000111001110001001100111100110110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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