Html Css Color HEX #9F717D Turkish Rose

📋 copy color: '#9F717D'

red 159 ◦ green 113 ◦ blue 125

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

Shades of Turkish Rose #9F717D

Tints of Turkish Rose #9F717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 40.05%
G = 28.46%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F717D (or 0x9F717D) is known color: Turkish Rose. HEX triplet: 9F, 71 and 7D. RGB value is (159,113,125). Sum of RGB (Red+Green+Blue) = 159+113+125=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F717D is #608E82. Grayscale: #808080. Windows color (decimal): -6327939 or 8221087. OLE color: 8221087.

HSL color Cylindrical-coordinate representation of color #9F717D: hue angle of 344.35º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F717D is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 113 125 -
CMYK 0 0.29 0.21 0.38
HSL 344.35º 0.19% 0.53% -
HSV(B) 344.35º 0.29% 0.62% -
XYZ 23.9 20.66 22.13 -
YUV 128.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 159 113 125 0 0.29 0.21 0.38 344.35 0.19 0.53
Hex 9F 71 7D 0 1D 15 26 158 13 35
Octal 237 161 175 0 35 25 46 530 23 65
Binary 10011111 1110001 1111101 0 11101 10101 100110 101011000 10011 110101

Color Harmonies of #9F717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F717D

Black with #9F717D

Text Example


Text Example

White with #9F717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,113,125); }

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

background-color css

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

 a { background-color: rgb(159,113,125); }

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

border-color css

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

 span { border-color: rgb(159,113,125); }

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