Html Css Color HEX #947699 Amethyst Smoke

📋 copy color: '#947699'

red 148 ◦ green 118 ◦ blue 153

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

Shades of Amethyst Smoke #947699

Tints of Amethyst Smoke #947699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

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

R = 35.32%
G = 28.16%
B = 36.52%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#947699 (or 0x947699) is known color: Amethyst Smoke. HEX triplet: 94, 76 and 99. RGB value is (148,118,153). Sum of RGB (Red+Green+Blue) = 148+118+153=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #947699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947699 is #6B8966. Grayscale: #828282. Windows color (decimal): -7047527 or 10057364. OLE color: 10057364.

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

Color convert

RGB 148 118 153 -
CMYK 0.03 0.23 0 0.4
HSL 291.43º 0.15% 0.53% -
HSV(B) 291.43º 0.23% 0.6% -
XYZ 24.44 21.55 33.01 -
YUV 130.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 148 118 153 0.03 0.23 0 0.4 291.43 0.15 0.53
Hex 94 76 99 3 17 0 28 123 F 35
Octal 224 166 231 3 27 0 50 443 17 65
Binary 10010100 1110110 10011001 11 10111 0 101000 100100011 1111 110101

Color Harmonies of #947699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947699

Black with #947699

Text Example


Text Example

White with #947699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947699; }

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

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

background-color css

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

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

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

border-color css

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

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

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