Html Css Color HEX #9F3E75 Rouge

📋 copy color: '#9F3E75'

red 159 ◦ green 62 ◦ blue 117

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

Shades of Rouge #9F3E75

Tints of Rouge #9F3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 47.04%
G = 18.34%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F3E75 (or 0x9F3E75) is known color: Rouge. HEX triplet: 9F, 3E and 75. RGB value is (159,62,117). Sum of RGB (Red+Green+Blue) = 159+62+117=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3E75 is #60C18A. Grayscale: #616161. Windows color (decimal): -6341003 or 7683743. OLE color: 7683743.

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

Color convert

RGB 159 62 117 -
CMYK 0 0.61 0.26 0.38
HSL 325.98º 0.44% 0.43% -
HSV(B) 325.98º 0.61% 0.62% -
XYZ 19.23 12.1 18.15 -
YUV 97.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 159 62 117 0 0.61 0.26 0.38 325.98 0.44 0.43
Hex 9F 3E 75 0 3D 1A 26 146 2C 2B
Octal 237 76 165 0 75 32 46 506 54 53
Binary 10011111 111110 1110101 0 111101 11010 100110 101000110 101100 101011

Color Harmonies of #9F3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3E75

Black with #9F3E75

Text Example


Text Example

White with #9F3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,62,117); }

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

background-color css

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

 a { background-color: rgb(159,62,117); }

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

border-color css

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

 span { border-color: rgb(159,62,117); }

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