#9C4092

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

Shades of Violet Blue #9C4092

Tints of Violet Blue #9C4092

Color information

#9C4092 (or 0x9C4092) is unknown color: approx Violet Blue. HEX triplet: 9C, 40 and 92. RGB value is (156,64,146). Sum of RGB (Red+Green+Blue) = 156+64+146=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4092 is #63BF6D. Grayscale: #646464. Windows color (decimal): -6537070 or 9584796. OLE color: 9584796.

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

Color convert

RGB15664146-
CMYK00.590.060.39
HSL306.52º41.82%43.14%-
HSV(B)306.52º58.97%61.18%-
XYZ20.7312.8128.57-
YUV100.86153.48167.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=42.62%
G=17.49%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566414600.590.060.39306.5241.8243.14
Hex9C409203B6271332a2b
Octal2341002220736474635253
Binary100111001000000100100100111011110100111100110011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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