Html Css Color HEX #947B9B Amethyst Smoke

📋 copy color: '#947B9B'

red 148 ◦ green 123 ◦ blue 155

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

Shades of Amethyst Smoke #947B9B

Tints of Amethyst Smoke #947B9B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

 BLUE value IS 155 (60.94% from 255) = 36.38%

R = 34.74%
G = 28.87%
B = 36.38%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#947B9B (or 0x947B9B) is known color: Amethyst Smoke. HEX triplet: 94, 7B and 9B. RGB value is (148,123,155). Sum of RGB (Red+Green+Blue) = 148+123+155=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #947B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947B9B is #6B8464. Grayscale: #868686. Windows color (decimal): -7046245 or 10189716. OLE color: 10189716.

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

Color convert

RGB 148 123 155 -
CMYK 0.05 0.21 0 0.39
HSL 286.88º 0.14% 0.55% -
HSV(B) 286.88º 0.21% 0.61% -
XYZ 25.21 22.83 34.09 -
YUV 134.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 148 123 155 0.05 0.21 0 0.39 286.88 0.14 0.55
Hex 94 7B 9B 5 15 0 27 11F E 37
Octal 224 173 233 5 25 0 47 437 16 67
Binary 10010100 1111011 10011011 101 10101 0 100111 100011111 1110 110111

Color Harmonies of #947B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B9B

Black with #947B9B

Text Example


Text Example

White with #947B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,123,155); }

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

background-color css

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

 a { background-color: rgb(148,123,155); }

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

border-color css

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

 span { border-color: rgb(148,123,155); }

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