Html Css Color HEX #9480A3 Amethyst Smoke

📋 copy color: '#9480A3'

red 148 ◦ green 128 ◦ blue 163

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

Shades of Amethyst Smoke #9480A3

Tints of Amethyst Smoke #9480A3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 33.71%
G = 29.16%
B = 37.13%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9480A3 (or 0x9480A3) is known color: Amethyst Smoke. HEX triplet: 94, 80 and A3. RGB value is (148,128,163). Sum of RGB (Red+Green+Blue) = 148+128+163=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 163 - color contains mainly: blue. Hex color #9480A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9480A3 is #6B7F5C. Grayscale: #898989. Windows color (decimal): -7044957 or 10715284. OLE color: 10715284.

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

Color convert

RGB 148 128 163 -
CMYK 0.09 0.21 0 0.36
HSL 274.29º 0.16% 0.57% -
HSV(B) 274.29º 0.21% 0.64% -
XYZ 26.54 24.38 37.96 -
YUV 137.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 148 128 163 0.09 0.21 0 0.36 274.29 0.16 0.57
Hex 94 80 A3 9 15 0 24 112 10 39
Octal 224 200 243 11 25 0 44 422 20 71
Binary 10010100 10000000 10100011 1001 10101 0 100100 100010010 10000 111001

Color Harmonies of #9480A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9480A3

Black with #9480A3

Text Example


Text Example

White with #9480A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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