Html Css Color HEX #9C87AC Amethyst Smoke

📋 copy color: '#9C87AC'

red 156 ◦ green 135 ◦ blue 172

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

Shades of Amethyst Smoke #9C87AC

Tints of Amethyst Smoke #9C87AC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.16%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 33.69%
G = 29.16%
B = 37.15%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C87AC (or 0x9C87AC) is known color: Amethyst Smoke. HEX triplet: 9C, 87 and AC. RGB value is (156,135,172). Sum of RGB (Red+Green+Blue) = 156+135+172=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C87AC is #637853. Grayscale: #919191. Windows color (decimal): -6518868 or 11306908. OLE color: 11306908.

HSL color Cylindrical-coordinate representation of color #9C87AC: hue angle of 274.05º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C87AC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 135 172 -
CMYK 0.09 0.22 0 0.33
HSL 274.05º 0.18% 0.6% -
HSV(B) 274.05º 0.22% 0.67% -
XYZ 29.82 27.37 42.74 -
YUV 145.5 142.96 135.49 -
System Red Green Blue C M Y K H S L
Decimal 156 135 172 0.09 0.22 0 0.33 274.05 0.18 0.6
Hex 9C 87 AC 9 16 0 21 112 12 3C
Octal 234 207 254 11 26 0 41 422 22 74
Binary 10011100 10000111 10101100 1001 10110 0 100001 100010010 10010 111100

Color Harmonies of #9C87AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C87AC

Black with #9C87AC

Text Example


Text Example

White with #9C87AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,135,172); }

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

background-color css

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

 a { background-color: rgb(156,135,172); }

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

border-color css

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

 span { border-color: rgb(156,135,172); }

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