Html Css Color HEX #9B717D Turkish Rose

📋 copy color: '#9B717D'

red 155 ◦ green 113 ◦ blue 125

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

Shades of Turkish Rose #9B717D

Tints of Turkish Rose #9B717D

RGB

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

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

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

R = 39.44%
G = 28.75%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9B717D (or 0x9B717D) is known color: Turkish Rose. HEX triplet: 9B, 71 and 7D. RGB value is (155,113,125). Sum of RGB (Red+Green+Blue) = 155+113+125=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B717D is #648E82. Grayscale: #7E7E7E. Windows color (decimal): -6590083 or 8221083. OLE color: 8221083.

HSL color Cylindrical-coordinate representation of color #9B717D: hue angle of 342.86º 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 #9B717D is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 113 125 -
CMYK 0 0.27 0.19 0.39
HSL 342.86º 0.17% 0.53% -
HSV(B) 342.86º 0.27% 0.61% -
XYZ 23.12 20.26 22.09 -
YUV 126.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 155 113 125 0 0.27 0.19 0.39 342.86 0.17 0.53
Hex 9B 71 7D 0 1B 13 27 157 11 35
Octal 233 161 175 0 33 23 47 527 21 65
Binary 10011011 1110001 1111101 0 11011 10011 100111 101010111 10001 110101

Color Harmonies of #9B717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B717D

Black with #9B717D

Text Example


Text Example

White with #9B717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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