#9A336E

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

Shades of Rouge #9A336E

Tints of Rouge #9A336E

Color information

#9A336E (or 0x9A336E) is unknown color: approx Rouge. HEX triplet: 9A, 33 and 6E. RGB value is (154,51,110). Sum of RGB (Red+Green+Blue) = 154+51+110=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A336E is #65CC91. Grayscale: #585858. Windows color (decimal): -6671506 or 7222170. OLE color: 7222170.

HSL color Cylindrical-coordinate representation of color #9A336E: hue angle of 325.63º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A336E is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15451110-
CMYK00.670.290.40
HSL325.63º50.24%40.2%-
HSV(B)325.63º66.88%60.39%-
XYZ17.3210.3615.84-
YUV88.52140.12174.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.89%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=48.89%
G=16.19%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545111000.670.290.40325.6350.2440.2
Hex9A336E0431D281463228
Octal23263156010335505066250
Binary1001101011001111011100100001111101101000101000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,51,110); }

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

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

 a { background-color: rgb(154,51,110); }

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

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

 span { border-color: rgb(154,51,110); }

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