Html Css Color HEX #918199 Amethyst Smoke

📋 copy color: '#918199'

red 145 ◦ green 129 ◦ blue 153

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

Shades of Amethyst Smoke #918199

Tints of Amethyst Smoke #918199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 33.96%
G = 30.21%
B = 35.83%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#918199 (or 0x918199) is known color: Amethyst Smoke. HEX triplet: 91, 81 and 99. RGB value is (145,129,153). Sum of RGB (Red+Green+Blue) = 145+129+153=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #918199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918199 is #6E7E66. Grayscale: #888888. Windows color (decimal): -7241319 or 10060177. OLE color: 10060177.

HSL color Cylindrical-coordinate representation of color #918199: hue angle of 280º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #918199 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 129 153 -
CMYK 0.05 0.16 0 0.4
HSL 280º 0.11% 0.55% -
HSV(B) 280º 0.16% 0.6% -
XYZ 25.28 24.02 33.44 -
YUV 136.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 145 129 153 0.05 0.16 0 0.4 280 0.11 0.55
Hex 91 81 99 5 10 0 28 118 B 37
Octal 221 201 231 5 20 0 50 430 13 67
Binary 10010001 10000001 10011001 101 10000 0 101000 100011000 1011 110111

Color Harmonies of #918199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918199

Black with #918199

Text Example


Text Example

White with #918199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918199; }

 p { color: rgb(145,129,153); }

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

background-color css

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

 a { background-color: rgb(145,129,153); }

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

border-color css

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

 span { border-color: rgb(145,129,153); }

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