Html Css Color HEX #9C85AA Amethyst Smoke

📋 copy color: '#9C85AA'

red 156 ◦ green 133 ◦ blue 170

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

Shades of Amethyst Smoke #9C85AA

Tints of Amethyst Smoke #9C85AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.98%

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 33.99%
G = 28.98%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C85AA (or 0x9C85AA) is known color: Amethyst Smoke. HEX triplet: 9C, 85 and AA. RGB value is (156,133,170). Sum of RGB (Red+Green+Blue) = 156+133+170=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C85AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C85AA is #637A55. Grayscale: #8F8F8F. Windows color (decimal): -6519382 or 11175324. OLE color: 11175324.

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

Color convert

RGB 156 133 170 -
CMYK 0.08 0.22 0 0.33
HSL 277.3º 0.18% 0.59% -
HSV(B) 277.3º 0.22% 0.67% -
XYZ 29.35 26.75 41.65 -
YUV 144.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 156 133 170 0.08 0.22 0 0.33 277.3 0.18 0.59
Hex 9C 85 AA 8 16 0 21 115 12 3B
Octal 234 205 252 10 26 0 41 425 22 73
Binary 10011100 10000101 10101010 1000 10110 0 100001 100010101 10010 111011

Color Harmonies of #9C85AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C85AA

Black with #9C85AA

Text Example


Text Example

White with #9C85AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,133,170); }

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

background-color css

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

 a { background-color: rgb(156,133,170); }

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

border-color css

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

 span { border-color: rgb(156,133,170); }

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