#9B306E

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

Shades of Rouge #9B306E

Tints of Rouge #9B306E

Color information

#9B306E (or 0x9B306E) is unknown color: approx Rouge. HEX triplet: 9B, 30 and 6E. RGB value is (155,48,110). Sum of RGB (Red+Green+Blue) = 155+48+110=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B306E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B306E is #64CF91. Grayscale: #565656. Windows color (decimal): -6606738 or 7221403. OLE color: 7221403.

HSL color Cylindrical-coordinate representation of color #9B306E: hue angle of 325.23º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B306E is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15548110-
CMYK00.690.290.39
HSL325.23º52.71%39.8%-
HSV(B)325.23º69.03%60.78%-
XYZ17.3910.2115.81-
YUV87.06140.95176.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=49.52%
G=15.34%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554811000.690.290.39325.2352.7139.8
Hex9B306E0451D271453528
Octal23360156010535475056550
Binary1001101111000011011100100010111101100111101000101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,110); }

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

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

 a { background-color: rgb(155,48,110); }

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

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

 span { border-color: rgb(155,48,110); }

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