Html Css Color HEX #9F3A6C Rouge

📋 copy color: '#9F3A6C'

red 159 ◦ green 58 ◦ blue 108

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

Shades of Rouge #9F3A6C

Tints of Rouge #9F3A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 48.92%
G = 17.85%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F3A6C (or 0x9F3A6C) is known color: Rouge. HEX triplet: 9F, 3A and 6C. RGB value is (159,58,108). Sum of RGB (Red+Green+Blue) = 159+58+108=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3A6C is #60C593. Grayscale: #5D5D5D. Windows color (decimal): -6342036 or 7092895. OLE color: 7092895.

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

Color convert

RGB 159 58 108 -
CMYK 0 0.64 0.32 0.38
HSL 330.3º 0.47% 0.43% -
HSV(B) 330.3º 0.64% 0.62% -
XYZ 18.52 11.48 15.43 -
YUV 93.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 159 58 108 0 0.64 0.32 0.38 330.3 0.47 0.43
Hex 9F 3A 6C 0 40 20 26 14A 2F 2B
Octal 237 72 154 0 100 40 46 512 57 53
Binary 10011111 111010 1101100 0 1000000 100000 100110 101001010 101111 101011

Color Harmonies of #9F3A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3A6C

Black with #9F3A6C

Text Example


Text Example

White with #9F3A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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