Html Css Color HEX #9F6E7D Turkish Rose

📋 copy color: '#9F6E7D'

red 159 ◦ green 110 ◦ blue 125

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

Shades of Turkish Rose #9F6E7D

Tints of Turkish Rose #9F6E7D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

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

R = 40.36%
G = 27.92%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F6E7D (or 0x9F6E7D) is known color: Turkish Rose. HEX triplet: 9F, 6E and 7D. RGB value is (159,110,125). Sum of RGB (Red+Green+Blue) = 159+110+125=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E7D is #609182. Grayscale: #7E7E7E. Windows color (decimal): -6328707 or 8220319. OLE color: 8220319.

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

Color convert

RGB 159 110 125 -
CMYK 0 0.31 0.21 0.38
HSL 341.63º 0.2% 0.53% -
HSV(B) 341.63º 0.31% 0.62% -
XYZ 23.58 20 22.02 -
YUV 126.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 159 110 125 0 0.31 0.21 0.38 341.63 0.2 0.53
Hex 9F 6E 7D 0 1F 15 26 156 14 35
Octal 237 156 175 0 37 25 46 526 24 65
Binary 10011111 1101110 1111101 0 11111 10101 100110 101010110 10100 110101

Color Harmonies of #9F6E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6E7D

Black with #9F6E7D

Text Example


Text Example

White with #9F6E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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