Html Css Color HEX #948594 Amethyst Smoke

📋 copy color: '#948594'

red 148 ◦ green 133 ◦ blue 148

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

Shades of Amethyst Smoke #948594

Tints of Amethyst Smoke #948594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 34.5%
G = 31%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#948594 (or 0x948594) is known color: Amethyst Smoke. HEX triplet: 94, 85 and 94. RGB value is (148,133,148). Sum of RGB (Red+Green+Blue) = 148+133+148=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #948594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948594 is #6B7A6B. Grayscale: #8B8B8B. Windows color (decimal): -7043692 or 9733524. OLE color: 9733524.

HSL color Cylindrical-coordinate representation of color #948594: hue angle of 300º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948594 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 148 -
CMYK 0 0.10 0 0.42
HSL 300º 0.07% 0.55% -
HSV(B) 300º 0.1% 0.58% -
XYZ 25.95 25.21 31.52 -
YUV 139.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 148 133 148 0 0.10 0 0.42 300 0.07 0.55
Hex 94 85 94 0 A 0 2A 12C 7 37
Octal 224 205 224 0 12 0 52 454 7 67
Binary 10010100 10000101 10010100 0 1010 0 101010 100101100 111 110111

Color Harmonies of #948594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948594

Black with #948594

Text Example


Text Example

White with #948594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948594; }

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

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

background-color css

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

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

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

border-color css

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

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

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