Html Css Color HEX #9C819D Amethyst Smoke

📋 copy color: '#9C819D'

red 156 ◦ green 129 ◦ blue 157

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

Shades of Amethyst Smoke #9C819D

Tints of Amethyst Smoke #9C819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.19%

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 35.29%
G = 29.19%
B = 35.52%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9C819D (or 0x9C819D) is known color: Amethyst Smoke. HEX triplet: 9C, 81 and 9D. RGB value is (156,129,157). Sum of RGB (Red+Green+Blue) = 156+129+157=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C819D is #637E62. Grayscale: #8C8C8C. Windows color (decimal): -6520419 or 10322332. OLE color: 10322332.

HSL color Cylindrical-coordinate representation of color #9C819D: hue angle of 297.86º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C819D is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 129 157 -
CMYK 0.01 0.18 0 0.38
HSL 297.86º 0.13% 0.56% -
HSV(B) 297.86º 0.18% 0.62% -
XYZ 27.65 25.2 35.31 -
YUV 140.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 156 129 157 0.01 0.18 0 0.38 297.86 0.13 0.56
Hex 9C 81 9D 1 12 0 26 12A C 38
Octal 234 201 235 1 22 0 46 452 14 70
Binary 10011100 10000001 10011101 1 10010 0 100110 100101010 1100 111000

Color Harmonies of #9C819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C819D

Black with #9C819D

Text Example


Text Example

White with #9C819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,129,157); }

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

background-color css

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

 a { background-color: rgb(156,129,157); }

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

border-color css

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

 span { border-color: rgb(156,129,157); }

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