Html Css Color HEX #948299 Amethyst Smoke

📋 copy color: '#948299'

red 148 ◦ green 130 ◦ blue 153

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

Shades of Amethyst Smoke #948299

Tints of Amethyst Smoke #948299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 34.34%
G = 30.16%
B = 35.5%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#948299 (or 0x948299) is known color: Amethyst Smoke. HEX triplet: 94, 82 and 99. RGB value is (148,130,153). Sum of RGB (Red+Green+Blue) = 148+130+153=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #948299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948299 is #6B7D66. Grayscale: #898989. Windows color (decimal): -7044455 or 10060436. OLE color: 10060436.

HSL color Cylindrical-coordinate representation of color #948299: hue angle of 286.96º 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 #948299 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 130 153 -
CMYK 0.03 0.15 0 0.4
HSL 286.96º 0.1% 0.55% -
HSV(B) 286.96º 0.15% 0.6% -
XYZ 25.95 24.56 33.51 -
YUV 138 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 148 130 153 0.03 0.15 0 0.4 286.96 0.1 0.55
Hex 94 82 99 3 F 0 28 11F A 37
Octal 224 202 231 3 17 0 50 437 12 67
Binary 10010100 10000010 10011001 11 1111 0 101000 100011111 1010 110111

Color Harmonies of #948299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948299

Black with #948299

Text Example


Text Example

White with #948299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948299; }

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

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

background-color css

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

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

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

border-color css

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

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

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