Html Css Color HEX #92829C Amethyst Smoke

📋 copy color: '#92829C'

red 146 ◦ green 130 ◦ blue 156

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

Shades of Amethyst Smoke #92829C

Tints of Amethyst Smoke #92829C

RGB

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

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

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

R = 33.8%
G = 30.09%
B = 36.11%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#92829C (or 0x92829C) is known color: Amethyst Smoke. HEX triplet: 92, 82 and 9C. RGB value is (146,130,156). Sum of RGB (Red+Green+Blue) = 146+130+156=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 156 - color contains mainly: blue. Hex color #92829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92829C is #6D7D63. Grayscale: #898989. Windows color (decimal): -7175524 or 10257042. OLE color: 10257042.

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

Color convert

RGB 146 130 156 -
CMYK 0.06 0.17 0 0.39
HSL 276.92º 0.12% 0.56% -
HSV(B) 276.92º 0.17% 0.61% -
XYZ 25.84 24.48 34.82 -
YUV 137.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 146 130 156 0.06 0.17 0 0.39 276.92 0.12 0.56
Hex 92 82 9C 6 11 0 27 115 C 38
Octal 222 202 234 6 21 0 47 425 14 70
Binary 10010010 10000010 10011100 110 10001 0 100111 100010101 1100 111000

Color Harmonies of #92829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92829C

Black with #92829C

Text Example


Text Example

White with #92829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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