Html Css Color HEX #947C95 Amethyst Smoke

📋 copy color: '#947C95'

red 148 ◦ green 124 ◦ blue 149

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

Shades of Amethyst Smoke #947C95

Tints of Amethyst Smoke #947C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.45%

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 35.15%
G = 29.45%
B = 35.39%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#947C95 (or 0x947C95) is known color: Amethyst Smoke. HEX triplet: 94, 7C and 95. RGB value is (148,124,149). Sum of RGB (Red+Green+Blue) = 148+124+149=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 149 - color contains mainly: blue. Hex color #947C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C95 is #6B836A. Grayscale: #858585. Windows color (decimal): -7045995 or 9796756. OLE color: 9796756.

HSL color Cylindrical-coordinate representation of color #947C95: hue angle of 297.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947C95 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 149 -
CMYK 0.01 0.17 0 0.42
HSL 297.6º 0.11% 0.54% -
HSV(B) 297.6º 0.17% 0.58% -
XYZ 24.85 22.88 31.54 -
YUV 134.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 148 124 149 0.01 0.17 0 0.42 297.6 0.11 0.54
Hex 94 7C 95 1 11 0 2A 12A B 36
Octal 224 174 225 1 21 0 52 452 13 66
Binary 10010100 1111100 10010101 1 10001 0 101010 100101010 1011 110110

Color Harmonies of #947C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C95

Black with #947C95

Text Example


Text Example

White with #947C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947C95; }

 p { color: rgb(148,124,149); }

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

background-color css

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

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

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

border-color css

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

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

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