Html Css Color HEX #94829D Amethyst Smoke

📋 copy color: '#94829D'

red 148 ◦ green 130 ◦ blue 157

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

Shades of Amethyst Smoke #94829D

Tints of Amethyst Smoke #94829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

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

R = 34.02%
G = 29.89%
B = 36.09%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94829D (or 0x94829D) is known color: Amethyst Smoke. HEX triplet: 94, 82 and 9D. RGB value is (148,130,157). Sum of RGB (Red+Green+Blue) = 148+130+157=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #94829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94829D is #6B7D62. Grayscale: #8A8A8A. Windows color (decimal): -7044451 or 10322580. OLE color: 10322580.

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

Color convert

RGB 148 130 157 -
CMYK 0.06 0.17 0 0.38
HSL 280º 0.12% 0.56% -
HSV(B) 280º 0.17% 0.62% -
XYZ 26.28 24.7 35.28 -
YUV 138.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 148 130 157 0.06 0.17 0 0.38 280 0.12 0.56
Hex 94 82 9D 6 11 0 26 118 C 38
Octal 224 202 235 6 21 0 46 430 14 70
Binary 10010100 10000010 10011101 110 10001 0 100110 100011000 1100 111000

Color Harmonies of #94829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94829D

Black with #94829D

Text Example


Text Example

White with #94829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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