Html Css Color HEX #948198 Amethyst Smoke

📋 copy color: '#948198'

red 148 ◦ green 129 ◦ blue 152

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

Shades of Amethyst Smoke #948198

Tints of Amethyst Smoke #948198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 34.5%
G = 30.07%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#948198 (or 0x948198) is known color: 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

RGB 148 129 152 -
CMYK 0.03 0.15 0 0.40
HSL 289.57º 0.1% 0.55% -
HSV(B) 289.57º 0.15% 0.6% -
XYZ 25.73 24.26 33.03 -
YUV 137.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 148 129 152 0.03 0.15 0 0.40 289.57 0.1 0.55
Hex 94 81 98 3 F 0 28 122 A 37
Octal 224 201 230 3 17 0 50 442 12 67
Binary 10010100 10000001 10011000 11 1111 0 101000 100100010 1010 110111

Color Harmonies of #948198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948198

Black with #948198

Text Example


Text Example

White with #948198

Text Example


Text Example

HTML Codes & Css Web 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>