Html Css Color HEX #9B717C Turkish Rose

📋 copy color: '#9B717C'

red 155 ◦ green 113 ◦ blue 124

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

Shades of Turkish Rose #9B717C

Tints of Turkish Rose #9B717C

RGB

 RED value IS 155 (60.94% from 255) = 39.54%

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

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 39.54%
G = 28.83%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B717C (or 0x9B717C) is known color: Turkish Rose. HEX triplet: 9B, 71 and 7C. RGB value is (155,113,124). Sum of RGB (Red+Green+Blue) = 155+113+124=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B717C is #648E83. Grayscale: #7E7E7E. Windows color (decimal): -6590084 or 8155547. OLE color: 8155547.

HSL color Cylindrical-coordinate representation of color #9B717C: hue angle of 344.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B717C is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 113 124 -
CMYK 0 0.27 0.2 0.39
HSL 344.29º 0.17% 0.53% -
HSV(B) 344.29º 0.27% 0.61% -
XYZ 23.06 20.23 21.76 -
YUV 126.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 155 113 124 0 0.27 0.2 0.39 344.29 0.17 0.53
Hex 9B 71 7C 0 1B 14 27 158 11 35
Octal 233 161 174 0 33 24 47 530 21 65
Binary 10011011 1110001 1111100 0 11011 10100 100111 101011000 10001 110101

Color Harmonies of #9B717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B717C

Black with #9B717C

Text Example


Text Example

White with #9B717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,124); }

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

background-color css

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

 a { background-color: rgb(155,113,124); }

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

border-color css

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

 span { border-color: rgb(155,113,124); }

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