#9A3F6F

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

Shades of Rouge #9A3F6F

Tints of Rouge #9A3F6F

Color information

#9A3F6F (or 0x9A3F6F) is unknown color: approx Rouge. HEX triplet: 9A, 3F and 6F. RGB value is (154,63,111). Sum of RGB (Red+Green+Blue) = 154+63+111=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3F6F is #65C090. Grayscale: #5F5F5F. Windows color (decimal): -6668433 or 7290778. OLE color: 7290778.

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

Color convert

RGB15463111-
CMYK00.590.280.40
HSL328.35º41.94%42.55%-
HSV(B)328.35º59.09%60.39%-
XYZ17.9711.5716.33-
YUV95.68136.65169.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 63 (25% from 255) = 19.21%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=46.95%
G=19.21%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546311100.590.280.40328.3541.9442.55
Hex9A3F6F03B1C281482a2b
Octal2327715707334505105253
Binary100110101111111101111011101111100101000101001000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,63,111); }

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

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

 a { background-color: rgb(154,63,111); }

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

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

 span { border-color: rgb(154,63,111); }

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