#9C4492

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

Shades of Violet Blue #9C4492

Tints of Violet Blue #9C4492

Color information

#9C4492 (or 0x9C4492) is unknown color: approx Violet Blue. HEX triplet: 9C, 44 and 92. RGB value is (156,68,146). Sum of RGB (Red+Green+Blue) = 156+68+146=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4492 is #63BB6D. Grayscale: #666666. Windows color (decimal): -6536046 or 9585820. OLE color: 9585820.

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

Color convert

RGB15668146-
CMYK00.560.060.39
HSL306.82º39.29%43.92%-
HSV(B)306.82º56.41%61.18%-
XYZ20.9713.2828.65-
YUV103.2152.15165.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=42.16%
G=18.38%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566814600.560.060.39306.8239.2943.92
Hex9C4492038627133272c
Octal2341042220706474634754
Binary100111001000100100100100111000110100111100110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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