Html Css Color HEX #958599 Amethyst Smoke

📋 copy color: '#958599'

red 149 ◦ green 133 ◦ blue 153

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

Shades of Amethyst Smoke #958599

Tints of Amethyst Smoke #958599

RGB

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

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

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

R = 34.25%
G = 30.57%
B = 35.17%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#958599 (or 0x958599) is known color: Amethyst Smoke. HEX triplet: 95, 85 and 99. RGB value is (149,133,153). Sum of RGB (Red+Green+Blue) = 149+133+153=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 153 - color contains mainly: blue. Hex color #958599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958599 is #6A7A66. Grayscale: #8C8C8C. Windows color (decimal): -6978151 or 10061205. OLE color: 10061205.

HSL color Cylindrical-coordinate representation of color #958599: hue angle of 288º 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 #958599 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 133 153 -
CMYK 0.03 0.13 0 0.4
HSL 288º 0.09% 0.56% -
HSV(B) 288º 0.13% 0.6% -
XYZ 26.53 25.46 33.65 -
YUV 140.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 149 133 153 0.03 0.13 0 0.4 288 0.09 0.56
Hex 95 85 99 3 D 0 28 120 9 38
Octal 225 205 231 3 15 0 50 440 11 70
Binary 10010101 10000101 10011001 11 1101 0 101000 100100000 1001 111000

Color Harmonies of #958599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958599

Black with #958599

Text Example


Text Example

White with #958599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958599; }

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

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

background-color css

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

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

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

border-color css

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

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

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