Html Css Color HEX #938295 Amethyst Smoke

📋 copy color: '#938295'

red 147 ◦ green 130 ◦ blue 149

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

Shades of Amethyst Smoke #938295

Tints of Amethyst Smoke #938295

RGB

 RED value IS 147 (57.81% from 255) = 34.51%

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 34.51%
G = 30.52%
B = 34.98%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938295 (or 0x938295) is known color: Amethyst Smoke. HEX triplet: 93, 82 and 95. RGB value is (147,130,149). Sum of RGB (Red+Green+Blue) = 147+130+149=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #938295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938295 is #6C7D6A. Grayscale: #898989. Windows color (decimal): -7109995 or 9798291. OLE color: 9798291.

HSL color Cylindrical-coordinate representation of color #938295: hue angle of 293.68º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #938295 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 130 149 -
CMYK 0.01 0.13 0 0.42
HSL 293.68º 0.08% 0.55% -
HSV(B) 293.68º 0.13% 0.58% -
XYZ 25.44 24.34 31.79 -
YUV 137.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 147 130 149 0.01 0.13 0 0.42 293.68 0.08 0.55
Hex 93 82 95 1 D 0 2A 126 8 37
Octal 223 202 225 1 15 0 52 446 10 67
Binary 10010011 10000010 10010101 1 1101 0 101010 100100110 1000 110111

Color Harmonies of #938295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938295

Black with #938295

Text Example


Text Example

White with #938295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938295; }

 p { color: rgb(147,130,149); }

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

background-color css

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

 a { background-color: rgb(147,130,149); }

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

border-color css

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

 span { border-color: rgb(147,130,149); }

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