#948198

Color #948198 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #948198

Tints of Amethyst Smoke #948198

Color information

#948198 (or 0x948198) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 81 and 98. RGB value is (148,129,152). Sum of RGB (Red+Green+Blue) = 148+129+152=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #948198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948198 is #6B7E67. Grayscale: #898989. Windows color (decimal): -7044712 or 9994644. OLE color: 9994644.

HSL color Cylindrical-coordinate representation of color #948198: hue angle of 289.57º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #948198 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB148129152-
CMYK0.030.1500.40
HSL289.57º10.04%55.1%-
HSV(B)289.57º15.13%59.61%-
XYZ25.7324.2633.03-
YUV137.3136.29135.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=34.50%
G=30.07%
B=35.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481291520.030.1500.40289.5710.0455.1
Hex9481983F028122a37
Octal2242012303170504421267
Binary10010100100000011001100011111101010001001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948198; }

 p { color: rgb(148,129,152); }

 H1.HeaderClassName
 {
   color: #948198;
 }
 .AnyTagClassName
 {
   color: #948198;
 }
</style>
background-color css

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

 a { background-color: rgb(148,129,152); }

 div.DivClassName
 {
   background-color: #948198;
 }
 .BgClassName
 {
   background-color: #948198;
 }
</style>
border-color css

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

 span { border-color: rgb(148,129,152); }

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