Html Css Color HEX #918093 Amethyst Smoke

📋 copy color: '#918093'

red 145 ◦ green 128 ◦ blue 147

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

Shades of Amethyst Smoke #918093

Tints of Amethyst Smoke #918093

RGB

 RED value IS 145 (57.03% from 255) = 34.52%

 GREEN value IS 128 (50.39% from 255) = 30.48%

 BLUE value IS 147 (57.81% from 255) = 35%

R = 34.52%
G = 30.48%
B = 35%

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

#918093 (or 0x918093) is known color: Amethyst Smoke. HEX triplet: 91, 80 and 93. RGB value is (145,128,147). Sum of RGB (Red+Green+Blue) = 145+128+147=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #918093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918093 is #6E7F6C. Grayscale: #878787. Windows color (decimal): -7241581 or 9666705. OLE color: 9666705.

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

Color convert

RGB 145 128 147 -
CMYK 0.01 0.13 0 0.42
HSL 293.68º 0.08% 0.54% -
HSV(B) 293.68º 0.13% 0.58% -
XYZ 24.66 23.56 30.85 -
YUV 135.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 145 128 147 0.01 0.13 0 0.42 293.68 0.08 0.54
Hex 91 80 93 1 D 0 2A 126 8 36
Octal 221 200 223 1 15 0 52 446 10 66
Binary 10010001 10000000 10010011 1 1101 0 101010 100100110 1000 110110

Color Harmonies of #918093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918093

Black with #918093

Text Example


Text Example

White with #918093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918093; }

 p { color: rgb(145,128,147); }

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

background-color css

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

 a { background-color: rgb(145,128,147); }

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

border-color css

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

 span { border-color: rgb(145,128,147); }

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