Html Css Color HEX #9487A3 Amethyst Smoke

📋 copy color: '#9487A3'

red 148 ◦ green 135 ◦ blue 163

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

Shades of Amethyst Smoke #9487A3

Tints of Amethyst Smoke #9487A3

RGB

 RED value IS 148 (58.2% from 255) = 33.18%

 GREEN value IS 135 (53.13% from 255) = 30.27%

 BLUE value IS 163 (64.06% from 255) = 36.55%

R = 33.18%
G = 30.27%
B = 36.55%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9487A3 (or 0x9487A3) is known color: Amethyst Smoke. HEX triplet: 94, 87 and A3. RGB value is (148,135,163). Sum of RGB (Red+Green+Blue) = 148+135+163=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 163 - color contains mainly: blue. Hex color #9487A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9487A3 is #6B785C. Grayscale: #8D8D8D. Windows color (decimal): -7043165 or 10717076. OLE color: 10717076.

HSL color Cylindrical-coordinate representation of color #9487A3: hue angle of 267.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9487A3 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 135 163 -
CMYK 0.09 0.17 0 0.36
HSL 267.86º 0.13% 0.58% -
HSV(B) 267.86º 0.17% 0.64% -
XYZ 27.49 26.27 38.27 -
YUV 142.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 148 135 163 0.09 0.17 0 0.36 267.86 0.13 0.58
Hex 94 87 A3 9 11 0 24 10C D 3A
Octal 224 207 243 11 21 0 44 414 15 72
Binary 10010100 10000111 10100011 1001 10001 0 100100 100001100 1101 111010

Color Harmonies of #9487A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9487A3

Black with #9487A3

Text Example


Text Example

White with #9487A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9487A3; }

 p { color: rgb(148,135,163); }

 H1.HeaderClassName
 {
   color: #9487A3;
 }
 .AnyTagClassName
 {
   color: #9487A3;
 }
</style>

background-color css

<style>
 a { background-color: #9487A3; }

 a { background-color: rgb(148,135,163); }

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

border-color css

<style>
 span { border-color: #9487A3; }

 span { border-color: rgb(148,135,163); }

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