Html Css Color HEX #9F3D6D Rouge

📋 copy color: '#9F3D6D'

red 159 ◦ green 61 ◦ blue 109

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

Shades of Rouge #9F3D6D

Tints of Rouge #9F3D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

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

R = 48.33%
G = 18.54%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F3D6D (or 0x9F3D6D) is known color: Rouge. HEX triplet: 9F, 3D and 6D. RGB value is (159,61,109). Sum of RGB (Red+Green+Blue) = 159+61+109=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3D6D is #60C292. Grayscale: #5F5F5F. Windows color (decimal): -6341267 or 7159199. OLE color: 7159199.

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

Color convert

RGB 159 61 109 -
CMYK 0 0.62 0.31 0.38
HSL 330.61º 0.45% 0.43% -
HSV(B) 330.61º 0.62% 0.62% -
XYZ 18.73 11.81 15.76 -
YUV 95.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 159 61 109 0 0.62 0.31 0.38 330.61 0.45 0.43
Hex 9F 3D 6D 0 3E 1F 26 14B 2D 2B
Octal 237 75 155 0 76 37 46 513 55 53
Binary 10011111 111101 1101101 0 111110 11111 100110 101001011 101101 101011

Color Harmonies of #9F3D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3D6D

Black with #9F3D6D

Text Example


Text Example

White with #9F3D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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