#9C4292

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

Shades of Violet Blue #9C4292

Tints of Violet Blue #9C4292

Color information

#9C4292 (or 0x9C4292) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 92. RGB value is (156,66,146). Sum of RGB (Red+Green+Blue) = 156+66+146=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4292 is #63BD6D. Grayscale: #656565. Windows color (decimal): -6536558 or 9585308. OLE color: 9585308.

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

Color convert

RGB15666146-
CMYK00.580.060.39
HSL306.67º40.54%43.53%-
HSV(B)306.67º57.69%61.18%-
XYZ20.8513.0428.61-
YUV102.03152.82166.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=42.39%
G=17.93%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566614600.580.060.39306.6740.5443.53
Hex9C429203A627133292c
Octal2341022220726474635154
Binary100111001000010100100100111010110100111100110011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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