Html Css Color HEX #9878A0 Amethyst Smoke

📋 copy color: '#9878A0'

red 152 ◦ green 120 ◦ blue 160

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

Shades of Amethyst Smoke #9878A0

Tints of Amethyst Smoke #9878A0

RGB

 RED value IS 152 (59.77% from 255) = 35.19%

 GREEN value IS 120 (47.27% from 255) = 27.78%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 35.19%
G = 27.78%
B = 37.04%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9878A0 (or 0x9878A0) is known color: Amethyst Smoke. HEX triplet: 98, 78 and A0. RGB value is (152,120,160). Sum of RGB (Red+Green+Blue) = 152+120+160=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 160 - color contains mainly: blue. Hex color #9878A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9878A0 is #67875F. Grayscale: #868686. Windows color (decimal): -6784864 or 10516632. OLE color: 10516632.

HSL color Cylindrical-coordinate representation of color #9878A0: hue angle of 288º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9878A0 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 120 160 -
CMYK 0.05 0.25 0 0.37
HSL 288º 0.17% 0.55% -
HSV(B) 288º 0.25% 0.63% -
XYZ 26.01 22.65 36.26 -
YUV 134.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 152 120 160 0.05 0.25 0 0.37 288 0.17 0.55
Hex 98 78 A0 5 19 0 25 120 11 37
Octal 230 170 240 5 31 0 45 440 21 67
Binary 10011000 1111000 10100000 101 11001 0 100101 100100000 10001 110111

Color Harmonies of #9878A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9878A0

Black with #9878A0

Text Example


Text Example

White with #9878A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9878A0; }

 p { color: rgb(152,120,160); }

 H1.HeaderClassName
 {
   color: #9878A0;
 }
 .AnyTagClassName
 {
   color: #9878A0;
 }
</style>

background-color css

<style>
 a { background-color: #9878A0; }

 a { background-color: rgb(152,120,160); }

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

border-color css

<style>
 span { border-color: #9878A0; }

 span { border-color: rgb(152,120,160); }

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