Html Css Color HEX #9F3572 Rouge

📋 copy color: '#9F3572'

red 159 ◦ green 53 ◦ blue 114

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

Shades of Rouge #9F3572

Tints of Rouge #9F3572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 48.77%
G = 16.26%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F3572 (or 0x9F3572) is known color: Rouge. HEX triplet: 9F, 35 and 72. RGB value is (159,53,114). Sum of RGB (Red+Green+Blue) = 159+53+114=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3572 is #60CA8D. Grayscale: #5B5B5B. Windows color (decimal): -6343310 or 7484831. OLE color: 7484831.

HSL color Cylindrical-coordinate representation of color #9F3572: hue angle of 325.47º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3572 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 114 -
CMYK 0 0.67 0.28 0.38
HSL 325.47º 0.5% 0.42% -
HSV(B) 325.47º 0.67% 0.62% -
XYZ 18.61 11.13 17.09 -
YUV 91.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 159 53 114 0 0.67 0.28 0.38 325.47 0.5 0.42
Hex 9F 35 72 0 43 1C 26 145 32 2A
Octal 237 65 162 0 103 34 46 505 62 52
Binary 10011111 110101 1110010 0 1000011 11100 100110 101000101 110010 101010

Color Harmonies of #9F3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3572

Black with #9F3572

Text Example


Text Example

White with #9F3572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,53,114); }

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

background-color css

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

 a { background-color: rgb(159,53,114); }

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

border-color css

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

 span { border-color: rgb(159,53,114); }

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