Html Css Color HEX #94889C Amethyst Smoke

📋 copy color: '#94889C'

red 148 ◦ green 136 ◦ blue 156

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

Shades of Amethyst Smoke #94889C

Tints of Amethyst Smoke #94889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 33.64%
G = 30.91%
B = 35.45%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94889C (or 0x94889C) is known color: Amethyst Smoke. HEX triplet: 94, 88 and 9C. RGB value is (148,136,156). Sum of RGB (Red+Green+Blue) = 148+136+156=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #94889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94889C is #6B7763. Grayscale: #8D8D8D. Windows color (decimal): -7042916 or 10258580. OLE color: 10258580.

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

Color convert

RGB 148 136 156 -
CMYK 0.05 0.13 0 0.39
HSL 276º 0.09% 0.57% -
HSV(B) 276º 0.13% 0.61% -
XYZ 27.02 26.3 35.11 -
YUV 141.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 148 136 156 0.05 0.13 0 0.39 276 0.09 0.57
Hex 94 88 9C 5 D 0 27 114 9 39
Octal 224 210 234 5 15 0 47 424 11 71
Binary 10010100 10001000 10011100 101 1101 0 100111 100010100 1001 111001

Color Harmonies of #94889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94889C

Black with #94889C

Text Example


Text Example

White with #94889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94889C; }

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

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

background-color css

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

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

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

border-color css

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

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

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