Html Css Color HEX #947499 Amethyst Smoke

📋 copy color: '#947499'

red 148 ◦ green 116 ◦ blue 153

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

Shades of Amethyst Smoke #947499

Tints of Amethyst Smoke #947499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

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

R = 35.49%
G = 27.82%
B = 36.69%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#947499 (or 0x947499) is known color: Amethyst Smoke. HEX triplet: 94, 74 and 99. RGB value is (148,116,153). Sum of RGB (Red+Green+Blue) = 148+116+153=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #947499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947499 is #6B8B66. Grayscale: #818181. Windows color (decimal): -7048039 or 10056852. OLE color: 10056852.

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

Color convert

RGB 148 116 153 -
CMYK 0.03 0.24 0 0.4
HSL 291.89º 0.15% 0.53% -
HSV(B) 291.89º 0.24% 0.6% -
XYZ 24.21 21.09 32.93 -
YUV 129.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 148 116 153 0.03 0.24 0 0.4 291.89 0.15 0.53
Hex 94 74 99 3 18 0 28 124 F 35
Octal 224 164 231 3 30 0 50 444 17 65
Binary 10010100 1110100 10011001 11 11000 0 101000 100100100 1111 110101

Color Harmonies of #947499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947499

Black with #947499

Text Example


Text Example

White with #947499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947499; }

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

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

background-color css

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

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

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

border-color css

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

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

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