Html Css Color HEX #94869D Amethyst Smoke

📋 copy color: '#94869D'

red 148 ◦ green 134 ◦ blue 157

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

Shades of Amethyst Smoke #94869D

Tints of Amethyst Smoke #94869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 33.71%
G = 30.52%
B = 35.76%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94869D (or 0x94869D) is known color: Amethyst Smoke. HEX triplet: 94, 86 and 9D. RGB value is (148,134,157). Sum of RGB (Red+Green+Blue) = 148+134+157=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #94869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94869D is #6B7962. Grayscale: #8C8C8C. Windows color (decimal): -7043427 or 10323604. OLE color: 10323604.

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

Color convert

RGB 148 134 157 -
CMYK 0.06 0.15 0 0.38
HSL 276.52º 0.11% 0.57% -
HSV(B) 276.52º 0.15% 0.62% -
XYZ 26.82 25.78 35.46 -
YUV 140.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 148 134 157 0.06 0.15 0 0.38 276.52 0.11 0.57
Hex 94 86 9D 6 F 0 26 115 B 39
Octal 224 206 235 6 17 0 46 425 13 71
Binary 10010100 10000110 10011101 110 1111 0 100110 100010101 1011 111001

Color Harmonies of #94869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94869D

Black with #94869D

Text Example


Text Example

White with #94869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94869D; }

 p { color: rgb(148,134,157); }

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

background-color css

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

 a { background-color: rgb(148,134,157); }

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

border-color css

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

 span { border-color: rgb(148,134,157); }

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