Html Css Color HEX #9B6E7B Turkish Rose

📋 copy color: '#9B6E7B'

red 155 ◦ green 110 ◦ blue 123

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

Shades of Turkish Rose #9B6E7B

Tints of Turkish Rose #9B6E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.7%

R = 39.95%
G = 28.35%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B6E7B (or 0x9B6E7B) is known color: Turkish Rose. HEX triplet: 9B, 6E and 7B. RGB value is (155,110,123). Sum of RGB (Red+Green+Blue) = 155+110+123=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E7B is #649184. Grayscale: #7C7C7C. Windows color (decimal): -6590853 or 8089243. OLE color: 8089243.

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

Color convert

RGB 155 110 123 -
CMYK 0 0.29 0.21 0.39
HSL 342.67º 0.18% 0.52% -
HSV(B) 342.67º 0.29% 0.61% -
XYZ 22.67 19.55 21.32 -
YUV 124.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 155 110 123 0 0.29 0.21 0.39 342.67 0.18 0.52
Hex 9B 6E 7B 0 1D 15 27 157 12 34
Octal 233 156 173 0 35 25 47 527 22 64
Binary 10011011 1101110 1111011 0 11101 10101 100111 101010111 10010 110100

Color Harmonies of #9B6E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E7B

Black with #9B6E7B

Text Example


Text Example

White with #9B6E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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