Html Css Color HEX #948599 Amethyst Smoke

📋 copy color: '#948599'

red 148 ◦ green 133 ◦ blue 153

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

Shades of Amethyst Smoke #948599

Tints of Amethyst Smoke #948599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

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

R = 34.1%
G = 30.65%
B = 35.25%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#948599 (or 0x948599) is known color: Amethyst Smoke. HEX triplet: 94, 85 and 99. RGB value is (148,133,153). Sum of RGB (Red+Green+Blue) = 148+133+153=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #948599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948599 is #6B7A66. Grayscale: #8B8B8B. Windows color (decimal): -7043687 or 10061204. OLE color: 10061204.

HSL color Cylindrical-coordinate representation of color #948599: hue angle of 285º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948599 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 133 153 -
CMYK 0.03 0.13 0 0.4
HSL 285º 0.09% 0.56% -
HSV(B) 285º 0.13% 0.6% -
XYZ 26.35 25.37 33.65 -
YUV 139.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 148 133 153 0.03 0.13 0 0.4 285 0.09 0.56
Hex 94 85 99 3 D 0 28 11D 9 38
Octal 224 205 231 3 15 0 50 435 11 70
Binary 10010100 10000101 10011001 11 1101 0 101000 100011101 1001 111000

Color Harmonies of #948599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948599

Black with #948599

Text Example


Text Example

White with #948599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948599; }

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

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

background-color css

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

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

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

border-color css

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

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

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