Html Css Color HEX #947F9C Amethyst Smoke

📋 copy color: '#947F9C'

red 148 ◦ green 127 ◦ blue 156

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

Shades of Amethyst Smoke #947F9C

Tints of Amethyst Smoke #947F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 34.34%
G = 29.47%
B = 36.19%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#947F9C (or 0x947F9C) is known color: Amethyst Smoke. HEX triplet: 94, 7F and 9C. RGB value is (148,127,156). Sum of RGB (Red+Green+Blue) = 148+127+156=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #947F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F9C is #6B8063. Grayscale: #888888. Windows color (decimal): -7045220 or 10256276. OLE color: 10256276.

HSL color Cylindrical-coordinate representation of color #947F9C: hue angle of 283.45º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #947F9C is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 127 156 -
CMYK 0.05 0.19 0 0.39
HSL 283.45º 0.13% 0.55% -
HSV(B) 283.45º 0.19% 0.61% -
XYZ 25.8 23.87 34.7 -
YUV 136.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 148 127 156 0.05 0.19 0 0.39 283.45 0.13 0.55
Hex 94 7F 9C 5 13 0 27 11B D 37
Octal 224 177 234 5 23 0 47 433 15 67
Binary 10010100 1111111 10011100 101 10011 0 100111 100011011 1101 110111

Color Harmonies of #947F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F9C

Black with #947F9C

Text Example


Text Example

White with #947F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,127,156); }

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

background-color css

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

 a { background-color: rgb(148,127,156); }

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

border-color css

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

 span { border-color: rgb(148,127,156); }

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