Html Css Color HEX #9F3A75 Rouge

📋 copy color: '#9F3A75'

red 159 ◦ green 58 ◦ blue 117

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

Shades of Rouge #9F3A75

Tints of Rouge #9F3A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.37%

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

R = 47.6%
G = 17.37%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F3A75 (or 0x9F3A75) is known color: Rouge. HEX triplet: 9F, 3A and 75. RGB value is (159,58,117). Sum of RGB (Red+Green+Blue) = 159+58+117=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3A75 is #60C58A. Grayscale: #5E5E5E. Windows color (decimal): -6342027 or 7682719. OLE color: 7682719.

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

Color convert

RGB 159 58 117 -
CMYK 0 0.64 0.26 0.38
HSL 324.95º 0.47% 0.43% -
HSV(B) 324.95º 0.64% 0.62% -
XYZ 19.02 11.68 18.08 -
YUV 94.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 159 58 117 0 0.64 0.26 0.38 324.95 0.47 0.43
Hex 9F 3A 75 0 40 1A 26 145 2F 2B
Octal 237 72 165 0 100 32 46 505 57 53
Binary 10011111 111010 1110101 0 1000000 11010 100110 101000101 101111 101011

Color Harmonies of #9F3A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3A75

Black with #9F3A75

Text Example


Text Example

White with #9F3A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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