Html Css Color HEX #9B6E7C Turkish Rose

📋 copy color: '#9B6E7C'

red 155 ◦ green 110 ◦ blue 124

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

Shades of Turkish Rose #9B6E7C

Tints of Turkish Rose #9B6E7C

RGB

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

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

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

R = 39.85%
G = 28.28%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B6E7C (or 0x9B6E7C) is known color: Turkish Rose. HEX triplet: 9B, 6E and 7C. RGB value is (155,110,124). Sum of RGB (Red+Green+Blue) = 155+110+124=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E7C is #649183. Grayscale: #7D7D7D. Windows color (decimal): -6590852 or 8154779. OLE color: 8154779.

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

Color convert

RGB 155 110 124 -
CMYK 0 0.29 0.2 0.39
HSL 341.33º 0.18% 0.52% -
HSV(B) 341.33º 0.29% 0.61% -
XYZ 22.73 19.58 21.65 -
YUV 125.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 155 110 124 0 0.29 0.2 0.39 341.33 0.18 0.52
Hex 9B 6E 7C 0 1D 14 27 155 12 34
Octal 233 156 174 0 35 24 47 525 22 64
Binary 10011011 1101110 1111100 0 11101 10100 100111 101010101 10010 110100

Color Harmonies of #9B6E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E7C

Black with #9B6E7C

Text Example


Text Example

White with #9B6E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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