Html Css Color HEX #9F3C6A Rouge

📋 copy color: '#9F3C6A'

red 159 ◦ green 60 ◦ blue 106

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

Shades of Rouge #9F3C6A

Tints of Rouge #9F3C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 48.92%
G = 18.46%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F3C6A (or 0x9F3C6A) is known color: Rouge. HEX triplet: 9F, 3C and 6A. RGB value is (159,60,106). Sum of RGB (Red+Green+Blue) = 159+60+106=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C6A is #60C395. Grayscale: #5E5E5E. Windows color (decimal): -6341526 or 6962335. OLE color: 6962335.

HSL color Cylindrical-coordinate representation of color #9F3C6A: hue angle of 332.12º 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 #9F3C6A is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 60 106 -
CMYK 0 0.62 0.33 0.38
HSL 332.12º 0.45% 0.43% -
HSV(B) 332.12º 0.62% 0.62% -
XYZ 18.52 11.64 14.91 -
YUV 94.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 159 60 106 0 0.62 0.33 0.38 332.12 0.45 0.43
Hex 9F 3C 6A 0 3E 21 26 14C 2D 2B
Octal 237 74 152 0 76 41 46 514 55 53
Binary 10011111 111100 1101010 0 111110 100001 100110 101001100 101101 101011

Color Harmonies of #9F3C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C6A

Black with #9F3C6A

Text Example


Text Example

White with #9F3C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,60,106); }

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

background-color css

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

 a { background-color: rgb(159,60,106); }

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

border-color css

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

 span { border-color: rgb(159,60,106); }

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