#9A3F78

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

Shades of Rouge #9A3F78

Tints of Rouge #9A3F78

Color information

#9A3F78 (or 0x9A3F78) is unknown color: approx Rouge. HEX triplet: 9A, 3F and 78. RGB value is (154,63,120). Sum of RGB (Red+Green+Blue) = 154+63+120=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3F78 is #65C087. Grayscale: #606060. Windows color (decimal): -6668424 or 7880602. OLE color: 7880602.

HSL color Cylindrical-coordinate representation of color #9A3F78: hue angle of 322.42º 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 #9A3F78 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15463120-
CMYK00.590.220.40
HSL322.42º41.94%42.55%-
HSV(B)322.42º59.09%60.39%-
XYZ18.4911.7819.07-
YUV96.71141.15168.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=45.70%
G=18.69%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546312000.590.220.40322.4241.9442.55
Hex9A3F7803B16281422a2b
Octal2327717007326505025253
Binary100110101111111111000011101110110101000101000010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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