Html Css Color HEX #947899 Amethyst Smoke

📋 copy color: '#947899'

red 148 ◦ green 120 ◦ blue 153

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

Shades of Amethyst Smoke #947899

Tints of Amethyst Smoke #947899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.5%

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

R = 35.15%
G = 28.5%
B = 36.34%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#947899 (or 0x947899) is known color: Amethyst Smoke. HEX triplet: 94, 78 and 99. RGB value is (148,120,153). Sum of RGB (Red+Green+Blue) = 148+120+153=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #947899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947899 is #6B8766. Grayscale: #848484. Windows color (decimal): -7047015 or 10057876. OLE color: 10057876.

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

Color convert

RGB 148 120 153 -
CMYK 0.03 0.22 0 0.4
HSL 290.91º 0.14% 0.54% -
HSV(B) 290.91º 0.22% 0.6% -
XYZ 24.68 22.03 33.09 -
YUV 132.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 148 120 153 0.03 0.22 0 0.4 290.91 0.14 0.54
Hex 94 78 99 3 16 0 28 123 E 36
Octal 224 170 231 3 26 0 50 443 16 66
Binary 10010100 1111000 10011001 11 10110 0 101000 100100011 1110 110110

Color Harmonies of #947899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947899

Black with #947899

Text Example


Text Example

White with #947899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947899; }

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

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

background-color css

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

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

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

border-color css

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

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

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