Html Css Color HEX #948298 Amethyst Smoke

📋 copy color: '#948298'

red 148 ◦ green 130 ◦ blue 152

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

Shades of Amethyst Smoke #948298

Tints of Amethyst Smoke #948298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

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

R = 34.42%
G = 30.23%
B = 35.35%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#948298 (or 0x948298) is known color: Amethyst Smoke. HEX triplet: 94, 82 and 98. RGB value is (148,130,152). Sum of RGB (Red+Green+Blue) = 148+130+152=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 152 - color contains mainly: blue. Hex color #948298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948298 is #6B7D67. Grayscale: #898989. Windows color (decimal): -7044456 or 9994900. OLE color: 9994900.

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

Color convert

RGB 148 130 152 -
CMYK 0.03 0.14 0 0.40
HSL 289.09º 0.1% 0.55% -
HSV(B) 289.09º 0.14% 0.6% -
XYZ 25.86 24.53 33.08 -
YUV 137.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 148 130 152 0.03 0.14 0 0.40 289.09 0.1 0.55
Hex 94 82 98 3 E 0 28 121 A 37
Octal 224 202 230 3 16 0 50 441 12 67
Binary 10010100 10000010 10011000 11 1110 0 101000 100100001 1010 110111

Color Harmonies of #948298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948298

Black with #948298

Text Example


Text Example

White with #948298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948298; }

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

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

background-color css

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

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

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

border-color css

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

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

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