Html Css Color HEX #958399 Amethyst Smoke

📋 copy color: '#958399'

red 149 ◦ green 131 ◦ blue 153

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

Shades of Amethyst Smoke #958399

Tints of Amethyst Smoke #958399

RGB

 RED value IS 149 (58.59% from 255) = 34.41%

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

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

R = 34.41%
G = 30.25%
B = 35.33%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#958399 (or 0x958399) is known color: Amethyst Smoke. HEX triplet: 95, 83 and 99. RGB value is (149,131,153). Sum of RGB (Red+Green+Blue) = 149+131+153=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #958399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958399 is #6A7C66. Grayscale: #8A8A8A. Windows color (decimal): -6978663 or 10060693. OLE color: 10060693.

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

Color convert

RGB 149 131 153 -
CMYK 0.03 0.14 0 0.4
HSL 289.09º 0.1% 0.56% -
HSV(B) 289.09º 0.14% 0.6% -
XYZ 26.26 24.92 33.56 -
YUV 138.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 149 131 153 0.03 0.14 0 0.4 289.09 0.1 0.56
Hex 95 83 99 3 E 0 28 121 A 38
Octal 225 203 231 3 16 0 50 441 12 70
Binary 10010101 10000011 10011001 11 1110 0 101000 100100001 1010 111000

Color Harmonies of #958399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958399

Black with #958399

Text Example


Text Example

White with #958399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958399; }

 p { color: rgb(149,131,153); }

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

background-color css

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

 a { background-color: rgb(149,131,153); }

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

border-color css

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

 span { border-color: rgb(149,131,153); }

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