#9A6F7B

Color #9A6F7B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9A6F7B

Tints of Turkish Rose #9A6F7B

Color information

#9A6F7B (or 0x9A6F7B) is unknown color: approx Turkish Rose. HEX triplet: 9A, 6F and 7B. RGB value is (154,111,123). Sum of RGB (Red+Green+Blue) = 154+111+123=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6F7B is #659084. Grayscale: #7D7D7D. Windows color (decimal): -6656133 or 8089498. OLE color: 8089498.

HSL color Cylindrical-coordinate representation of color #9A6F7B: hue angle of 343.26º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A6F7B is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB154111123-
CMYK00.280.200.40
HSL343.26º17.55%51.96%-
HSV(B)343.26º27.92%60.39%-
XYZ22.5919.6721.34-
YUV125.22126.75148.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.69%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=39.69%
G=28.61%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411112300.280.200.40343.2617.5551.96
Hex9A6F7B01C14281571234
Octal23215717303424505272264
Binary10011010110111111110110111001010010100010101011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,111,123); }

 H1.HeaderClassName
 {
   color: #9A6F7B;
 }
 .AnyTagClassName
 {
   color: #9A6F7B;
 }
</style>
background-color css

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

 a { background-color: rgb(154,111,123); }

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

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

 span { border-color: rgb(154,111,123); }

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