Html Css Color HEX #9C88AC Amethyst Smoke

📋 copy color: '#9C88AC'

red 156 ◦ green 136 ◦ blue 172

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

Shades of Amethyst Smoke #9C88AC

Tints of Amethyst Smoke #9C88AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

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

R = 33.62%
G = 29.31%
B = 37.07%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C88AC (or 0x9C88AC) is known color: Amethyst Smoke. HEX triplet: 9C, 88 and AC. RGB value is (156,136,172). Sum of RGB (Red+Green+Blue) = 156+136+172=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C88AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C88AC is #637753. Grayscale: #919191. Windows color (decimal): -6518612 or 11307164. OLE color: 11307164.

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

Color convert

RGB 156 136 172 -
CMYK 0.09 0.21 0 0.33
HSL 273.33º 0.18% 0.6% -
HSV(B) 273.33º 0.21% 0.67% -
XYZ 29.96 27.65 42.79 -
YUV 146.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 156 136 172 0.09 0.21 0 0.33 273.33 0.18 0.6
Hex 9C 88 AC 9 15 0 21 111 12 3C
Octal 234 210 254 11 25 0 41 421 22 74
Binary 10011100 10001000 10101100 1001 10101 0 100001 100010001 10010 111100

Color Harmonies of #9C88AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C88AC

Black with #9C88AC

Text Example


Text Example

White with #9C88AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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