Html Css Color HEX #9F336D Rouge

📋 copy color: '#9F336D'

red 159 ◦ green 51 ◦ blue 109

#9F336D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #9F336D

Tints of Rouge #9F336D

RGB

 RED value IS 159 (62.5% from 255) = 49.84%

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 49.84%
G = 15.99%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F336D (or 0x9F336D) is known color: Rouge. HEX triplet: 9F, 33 and 6D. RGB value is (159,51,109). Sum of RGB (Red+Green+Blue) = 159+51+109=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F336D is #60CC92. Grayscale: #595959. Windows color (decimal): -6343827 or 7156639. OLE color: 7156639.

HSL color Cylindrical-coordinate representation of color #9F336D: hue angle of 327.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F336D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 51 109 -
CMYK 0 0.68 0.31 0.38
HSL 327.78º 0.51% 0.41% -
HSV(B) 327.78º 0.68% 0.62% -
XYZ 18.24 10.84 15.6 -
YUV 89.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 159 51 109 0 0.68 0.31 0.38 327.78 0.51 0.41
Hex 9F 33 6D 0 44 1F 26 148 33 29
Octal 237 63 155 0 104 37 46 510 63 51
Binary 10011111 110011 1101101 0 1000100 11111 100110 101001000 110011 101001

Color Harmonies of #9F336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F336D

Black with #9F336D

Text Example


Text Example

White with #9F336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,109); }

 H1.HeaderClassName
 {
   color: #9F336D;
 }
 .AnyTagClassName
 {
   color: #9F336D;
 }
</style>

background-color css

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

 a { background-color: rgb(159,51,109); }

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

border-color css

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

 span { border-color: rgb(159,51,109); }

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