Html Css Color HEX #9C6F7D Turkish Rose

📋 copy color: '#9C6F7D'

red 156 ◦ green 111 ◦ blue 125

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

Shades of Turkish Rose #9C6F7D

Tints of Turkish Rose #9C6F7D

RGB

 RED value IS 156 (61.33% from 255) = 39.8%

 GREEN value IS 111 (43.75% from 255) = 28.32%

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

R = 39.8%
G = 28.32%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C6F7D (or 0x9C6F7D) is known color: Turkish Rose. HEX triplet: 9C, 6F and 7D. RGB value is (156,111,125). Sum of RGB (Red+Green+Blue) = 156+111+125=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6F7D is #639082. Grayscale: #7E7E7E. Windows color (decimal): -6525059 or 8220572. OLE color: 8220572.

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

Color convert

RGB 156 111 125 -
CMYK 0 0.29 0.20 0.39
HSL 341.33º 0.19% 0.52% -
HSV(B) 341.33º 0.29% 0.61% -
XYZ 23.1 19.92 22.03 -
YUV 126.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 156 111 125 0 0.29 0.20 0.39 341.33 0.19 0.52
Hex 9C 6F 7D 0 1D 14 27 155 13 34
Octal 234 157 175 0 35 24 47 525 23 64
Binary 10011100 1101111 1111101 0 11101 10100 100111 101010101 10011 110100

Color Harmonies of #9C6F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6F7D

Black with #9C6F7D

Text Example


Text Example

White with #9C6F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,111,125); }

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

background-color css

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

 a { background-color: rgb(156,111,125); }

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

border-color css

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

 span { border-color: rgb(156,111,125); }

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