Html Css Color HEX #9C84A1 Amethyst Smoke

📋 copy color: '#9C84A1'

red 156 ◦ green 132 ◦ blue 161

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

Shades of Amethyst Smoke #9C84A1

Tints of Amethyst Smoke #9C84A1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 34.74%
G = 29.4%
B = 35.86%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9C84A1 (or 0x9C84A1) is known color: Amethyst Smoke. HEX triplet: 9C, 84 and A1. RGB value is (156,132,161). Sum of RGB (Red+Green+Blue) = 156+132+161=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 161 - color contains mainly: blue. Hex color #9C84A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C84A1 is #637B5E. Grayscale: #8E8E8E. Windows color (decimal): -6519647 or 10585244. OLE color: 10585244.

HSL color Cylindrical-coordinate representation of color #9C84A1: hue angle of 289.66º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C84A1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 132 161 -
CMYK 0.03 0.18 0 0.37
HSL 289.66º 0.13% 0.57% -
HSV(B) 289.66º 0.18% 0.63% -
XYZ 28.39 26.14 37.27 -
YUV 142.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 156 132 161 0.03 0.18 0 0.37 289.66 0.13 0.57
Hex 9C 84 A1 3 12 0 25 122 D 39
Octal 234 204 241 3 22 0 45 442 15 71
Binary 10011100 10000100 10100001 11 10010 0 100101 100100010 1101 111001

Color Harmonies of #9C84A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C84A1

Black with #9C84A1

Text Example


Text Example

White with #9C84A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,132,161); }

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

background-color css

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

 a { background-color: rgb(156,132,161); }

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

border-color css

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

 span { border-color: rgb(156,132,161); }

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