Html Css Color HEX #9F7581 Turkish Rose

📋 copy color: '#9F7581'

red 159 ◦ green 117 ◦ blue 129

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

Shades of Turkish Rose #9F7581

Tints of Turkish Rose #9F7581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 39.26%
G = 28.89%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F7581 (or 0x9F7581) is known color: Turkish Rose. HEX triplet: 9F, 75 and 81. RGB value is (159,117,129). Sum of RGB (Red+Green+Blue) = 159+117+129=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7581 is #608A7E. Grayscale: #828282. Windows color (decimal): -6326911 or 8484255. OLE color: 8484255.

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

Color convert

RGB 159 117 129 -
CMYK 0 0.26 0.19 0.38
HSL 342.86º 0.18% 0.54% -
HSV(B) 342.86º 0.26% 0.62% -
XYZ 24.62 21.68 23.66 -
YUV 130.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 159 117 129 0 0.26 0.19 0.38 342.86 0.18 0.54
Hex 9F 75 81 0 1A 13 26 157 12 36
Octal 237 165 201 0 32 23 46 527 22 66
Binary 10011111 1110101 10000001 0 11010 10011 100110 101010111 10010 110110

Color Harmonies of #9F7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7581

Black with #9F7581

Text Example


Text Example

White with #9F7581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,117,129); }

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

background-color css

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

 a { background-color: rgb(159,117,129); }

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

border-color css

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

 span { border-color: rgb(159,117,129); }

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