Html Css Color HEX #9F306A Rouge

📋 copy color: '#9F306A'

red 159 ◦ green 48 ◦ blue 106

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

Shades of Rouge #9F306A

Tints of Rouge #9F306A

RGB

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

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

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

R = 50.8%
G = 15.34%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F306A (or 0x9F306A) is known color: Rouge. HEX triplet: 9F, 30 and 6A. RGB value is (159,48,106). Sum of RGB (Red+Green+Blue) = 159+48+106=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F306A is #60CF95. Grayscale: #575757. Windows color (decimal): -6344598 or 6959263. OLE color: 6959263.

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

Color convert

RGB 159 48 106 -
CMYK 0 0.70 0.33 0.38
HSL 328.65º 0.54% 0.41% -
HSV(B) 328.65º 0.7% 0.62% -
XYZ 17.96 10.53 14.72 -
YUV 87.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 159 48 106 0 0.70 0.33 0.38 328.65 0.54 0.41
Hex 9F 30 6A 0 46 21 26 149 36 29
Octal 237 60 152 0 106 41 46 511 66 51
Binary 10011111 110000 1101010 0 1000110 100001 100110 101001001 110110 101001

Color Harmonies of #9F306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F306A

Black with #9F306A

Text Example


Text Example

White with #9F306A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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