Html Css Color HEX #92829D Amethyst Smoke

📋 copy color: '#92829D'

red 146 ◦ green 130 ◦ blue 157

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

Shades of Amethyst Smoke #92829D

Tints of Amethyst Smoke #92829D

RGB

 RED value IS 146 (57.42% from 255) = 33.72%

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

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

R = 33.72%
G = 30.02%
B = 36.26%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#92829D (or 0x92829D) is known color: Amethyst Smoke. HEX triplet: 92, 82 and 9D. RGB value is (146,130,157). Sum of RGB (Red+Green+Blue) = 146+130+157=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #92829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92829D is #6D7D62. Grayscale: #898989. Windows color (decimal): -7175523 or 10322578. OLE color: 10322578.

HSL color Cylindrical-coordinate representation of color #92829D: hue angle of 275.56º 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 #92829D is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 130 157 -
CMYK 0.07 0.17 0 0.38
HSL 275.56º 0.12% 0.56% -
HSV(B) 275.56º 0.17% 0.62% -
XYZ 25.92 24.51 35.26 -
YUV 137.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 146 130 157 0.07 0.17 0 0.38 275.56 0.12 0.56
Hex 92 82 9D 7 11 0 26 114 C 38
Octal 222 202 235 7 21 0 46 424 14 70
Binary 10010010 10000010 10011101 111 10001 0 100110 100010100 1100 111000

Color Harmonies of #92829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92829D

Black with #92829D

Text Example


Text Example

White with #92829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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