Html Css Color HEX #948096 Amethyst Smoke

📋 copy color: '#948096'

red 148 ◦ green 128 ◦ blue 150

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

Shades of Amethyst Smoke #948096

Tints of Amethyst Smoke #948096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.05%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 34.74%
G = 30.05%
B = 35.21%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#948096 (or 0x948096) is known color: Amethyst Smoke. HEX triplet: 94, 80 and 96. RGB value is (148,128,150). Sum of RGB (Red+Green+Blue) = 148+128+150=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #948096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948096 is #6B7F69. Grayscale: #888888. Windows color (decimal): -7044970 or 9863316. OLE color: 9863316.

HSL color Cylindrical-coordinate representation of color #948096: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #948096 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 128 150 -
CMYK 0.01 0.15 0 0.41
HSL 294.55º 0.09% 0.55% -
HSV(B) 294.55º 0.15% 0.59% -
XYZ 25.44 23.94 32.13 -
YUV 136.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 148 128 150 0.01 0.15 0 0.41 294.55 0.09 0.55
Hex 94 80 96 1 F 0 29 127 9 37
Octal 224 200 226 1 17 0 51 447 11 67
Binary 10010100 10000000 10010110 1 1111 0 101001 100100111 1001 110111

Color Harmonies of #948096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948096

Black with #948096

Text Example


Text Example

White with #948096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948096; }

 p { color: rgb(148,128,150); }

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

background-color css

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

 a { background-color: rgb(148,128,150); }

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

border-color css

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

 span { border-color: rgb(148,128,150); }

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