Html Css Color HEX #9F4469 Rouge

📋 copy color: '#9F4469'

red 159 ◦ green 68 ◦ blue 105

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

Shades of Rouge #9F4469

Tints of Rouge #9F4469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 47.89%
G = 20.48%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9F4469 (or 0x9F4469) is known color: Rouge. HEX triplet: 9F, 44 and 69. RGB value is (159,68,105). Sum of RGB (Red+Green+Blue) = 159+68+105=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4469 is #60BB96. Grayscale: #636363. Windows color (decimal): -6339479 or 6898847. OLE color: 6898847.

HSL color Cylindrical-coordinate representation of color #9F4469: hue angle of 335.6º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4469 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 105 -
CMYK 0 0.57 0.34 0.38
HSL 335.6º 0.4% 0.45% -
HSV(B) 335.6º 0.57% 0.62% -
XYZ 18.92 12.53 14.79 -
YUV 99.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 159 68 105 0 0.57 0.34 0.38 335.6 0.4 0.45
Hex 9F 44 69 0 39 22 26 150 28 2D
Octal 237 104 151 0 71 42 46 520 50 55
Binary 10011111 1000100 1101001 0 111001 100010 100110 101010000 101000 101101

Color Harmonies of #9F4469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4469

Black with #9F4469

Text Example


Text Example

White with #9F4469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,105); }

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

background-color css

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

 a { background-color: rgb(159,68,105); }

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

border-color css

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

 span { border-color: rgb(159,68,105); }

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