#9C449E

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

Shades of Violet Blue #9C449E

Tints of Violet Blue #9C449E

Color information

#9C449E (or 0x9C449E) is unknown color: approx Violet Blue. HEX triplet: 9C, 44 and 9E. RGB value is (156,68,158). Sum of RGB (Red+Green+Blue) = 156+68+158=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C449E is #63BB61. Grayscale: #686868. Windows color (decimal): -6536034 or 10372252. OLE color: 10372252.

HSL color Cylindrical-coordinate representation of color #9C449E: hue angle of 298.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C449E is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15668158-
CMYK0.010.5700.38
HSL298.67º39.82%44.31%-
HSV(B)298.67º56.96%61.96%-
XYZ21.9513.6733.83-
YUV104.57158.15164.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=40.84%
G=17.80%
B=41.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156681580.010.5700.38298.6739.8244.31
Hex9C449E13902612b282c
Octal2341042361710464535054
Binary1001110010001001001111011110010100110100101011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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