Html Css Color HEX #947D9E Amethyst Smoke

📋 copy color: '#947D9E'

red 148 ◦ green 125 ◦ blue 158

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

Shades of Amethyst Smoke #947D9E

Tints of Amethyst Smoke #947D9E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 34.34%
G = 29%
B = 36.66%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#947D9E (or 0x947D9E) is known color: Amethyst Smoke. HEX triplet: 94, 7D and 9E. RGB value is (148,125,158). Sum of RGB (Red+Green+Blue) = 148+125+158=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #947D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D9E is #6B8261. Grayscale: #878787. Windows color (decimal): -7045730 or 10386836. OLE color: 10386836.

HSL color Cylindrical-coordinate representation of color #947D9E: hue angle of 281.82º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947D9E is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 125 158 -
CMYK 0.06 0.21 0 0.38
HSL 281.82º 0.15% 0.55% -
HSV(B) 281.82º 0.21% 0.62% -
XYZ 25.72 23.43 35.52 -
YUV 135.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 148 125 158 0.06 0.21 0 0.38 281.82 0.15 0.55
Hex 94 7D 9E 6 15 0 26 11A F 37
Octal 224 175 236 6 25 0 46 432 17 67
Binary 10010100 1111101 10011110 110 10101 0 100110 100011010 1111 110111

Color Harmonies of #947D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D9E

Black with #947D9E

Text Example


Text Example

White with #947D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,125,158); }

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

background-color css

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

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

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

border-color css

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

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

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