Html Css Color HEX #958299 Amethyst Smoke

📋 copy color: '#958299'

red 149 ◦ green 130 ◦ blue 153

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

Shades of Amethyst Smoke #958299

Tints of Amethyst Smoke #958299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 34.49%
G = 30.09%
B = 35.42%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#958299 (or 0x958299) is known color: Amethyst Smoke. HEX triplet: 95, 82 and 99. RGB value is (149,130,153). Sum of RGB (Red+Green+Blue) = 149+130+153=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #958299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958299 is #6A7D66. Grayscale: #8A8A8A. Windows color (decimal): -6978919 or 10060437. OLE color: 10060437.

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

Color convert

RGB 149 130 153 -
CMYK 0.03 0.15 0 0.4
HSL 289.57º 0.1% 0.55% -
HSV(B) 289.57º 0.15% 0.6% -
XYZ 26.13 24.65 33.52 -
YUV 138.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 149 130 153 0.03 0.15 0 0.4 289.57 0.1 0.55
Hex 95 82 99 3 F 0 28 122 A 37
Octal 225 202 231 3 17 0 50 442 12 67
Binary 10010101 10000010 10011001 11 1111 0 101000 100100010 1010 110111

Color Harmonies of #958299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958299

Black with #958299

Text Example


Text Example

White with #958299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958299; }

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

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

background-color css

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

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

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

border-color css

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

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

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