Html Css Color HEX #948597 Amethyst Smoke

📋 copy color: '#948597'

red 148 ◦ green 133 ◦ blue 151

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

Shades of Amethyst Smoke #948597

Tints of Amethyst Smoke #948597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 34.26%
G = 30.79%
B = 34.95%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#948597 (or 0x948597) is known color: Amethyst Smoke. HEX triplet: 94, 85 and 97. RGB value is (148,133,151). Sum of RGB (Red+Green+Blue) = 148+133+151=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 151 - color contains mainly: blue. Hex color #948597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948597 is #6B7A68. Grayscale: #8B8B8B. Windows color (decimal): -7043689 or 9930132. OLE color: 9930132.

HSL color Cylindrical-coordinate representation of color #948597: hue angle of 290º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948597 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 133 151 -
CMYK 0.02 0.12 0 0.41
HSL 290º 0.08% 0.56% -
HSV(B) 290º 0.12% 0.59% -
XYZ 26.19 25.31 32.78 -
YUV 139.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 148 133 151 0.02 0.12 0 0.41 290 0.08 0.56
Hex 94 85 97 2 C 0 29 122 8 38
Octal 224 205 227 2 14 0 51 442 10 70
Binary 10010100 10000101 10010111 10 1100 0 101001 100100010 1000 111000

Color Harmonies of #948597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948597

Black with #948597

Text Example


Text Example

White with #948597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948597; }

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

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

background-color css

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

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

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

border-color css

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

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

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