Html Css Color HEX #918599 Amethyst Smoke

📋 copy color: '#918599'

red 145 ◦ green 133 ◦ blue 153

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

Shades of Amethyst Smoke #918599

Tints of Amethyst Smoke #918599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

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

R = 33.64%
G = 30.86%
B = 35.5%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#918599 (or 0x918599) is known color: Amethyst Smoke. HEX triplet: 91, 85 and 99. RGB value is (145,133,153). Sum of RGB (Red+Green+Blue) = 145+133+153=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #918599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918599 is #6E7A66. Grayscale: #8A8A8A. Windows color (decimal): -7240295 or 10061201. OLE color: 10061201.

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

Color convert

RGB 145 133 153 -
CMYK 0.05 0.13 0 0.4
HSL 276º 0.09% 0.56% -
HSV(B) 276º 0.13% 0.6% -
XYZ 25.81 25.09 33.62 -
YUV 138.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 145 133 153 0.05 0.13 0 0.4 276 0.09 0.56
Hex 91 85 99 5 D 0 28 114 9 38
Octal 221 205 231 5 15 0 50 424 11 70
Binary 10010001 10000101 10011001 101 1101 0 101000 100010100 1001 111000

Color Harmonies of #918599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918599

Black with #918599

Text Example


Text Example

White with #918599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918599; }

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

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

background-color css

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

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

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

border-color css

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

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

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