Html Css Color HEX #9F306C Rouge

📋 copy color: '#9F306C'

red 159 ◦ green 48 ◦ blue 108

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

Shades of Rouge #9F306C

Tints of Rouge #9F306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

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

R = 50.48%
G = 15.24%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F306C (or 0x9F306C) is known color: Rouge. HEX triplet: 9F, 30 and 6C. RGB value is (159,48,108). Sum of RGB (Red+Green+Blue) = 159+48+108=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F306C is #60CF93. Grayscale: #575757. Windows color (decimal): -6344596 or 7090335. OLE color: 7090335.

HSL color Cylindrical-coordinate representation of color #9F306C: hue angle of 327.57º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F306C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 48 108 -
CMYK 0 0.70 0.32 0.38
HSL 327.57º 0.54% 0.41% -
HSV(B) 327.57º 0.7% 0.62% -
XYZ 18.06 10.57 15.28 -
YUV 88.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 159 48 108 0 0.70 0.32 0.38 327.57 0.54 0.41
Hex 9F 30 6C 0 46 20 26 148 36 29
Octal 237 60 154 0 106 40 46 510 66 51
Binary 10011111 110000 1101100 0 1000110 100000 100110 101001000 110110 101001

Color Harmonies of #9F306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F306C

Black with #9F306C

Text Example


Text Example

White with #9F306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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