Html Css Color HEX #92839F Amethyst Smoke

📋 copy color: '#92839F'

red 146 ◦ green 131 ◦ blue 159

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

Shades of Amethyst Smoke #92839F

Tints of Amethyst Smoke #92839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.05%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 33.49%
G = 30.05%
B = 36.47%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#92839F (or 0x92839F) is known color: Amethyst Smoke. HEX triplet: 92, 83 and 9F. RGB value is (146,131,159). Sum of RGB (Red+Green+Blue) = 146+131+159=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #92839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92839F is #6D7C60. Grayscale: #8A8A8A. Windows color (decimal): -7175265 or 10453906. OLE color: 10453906.

HSL color Cylindrical-coordinate representation of color #92839F: hue angle of 272.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92839F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 146 131 159 -
CMYK 0.08 0.18 0 0.38
HSL 272.14º 0.13% 0.57% -
HSV(B) 272.14º 0.18% 0.62% -
XYZ 26.23 24.85 36.21 -
YUV 138.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 146 131 159 0.08 0.18 0 0.38 272.14 0.13 0.57
Hex 92 83 9F 8 12 0 26 110 D 39
Octal 222 203 237 10 22 0 46 420 15 71
Binary 10010010 10000011 10011111 1000 10010 0 100110 100010000 1101 111001

Color Harmonies of #92839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92839F

Black with #92839F

Text Example


Text Example

White with #92839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92839F; }

 p { color: rgb(146,131,159); }

 H1.HeaderClassName
 {
   color: #92839F;
 }
 .AnyTagClassName
 {
   color: #92839F;
 }
</style>

background-color css

<style>
 a { background-color: #92839F; }

 a { background-color: rgb(146,131,159); }

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

border-color css

<style>
 span { border-color: #92839F; }

 span { border-color: rgb(146,131,159); }

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