Html Css Color HEX #95859F Amethyst Smoke

📋 copy color: '#95859F'

red 149 ◦ green 133 ◦ blue 159

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

Shades of Amethyst Smoke #95859F

Tints of Amethyst Smoke #95859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.05%

R = 33.79%
G = 30.16%
B = 36.05%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95859F (or 0x95859F) is known color: Amethyst Smoke. HEX triplet: 95, 85 and 9F. RGB value is (149,133,159). Sum of RGB (Red+Green+Blue) = 149+133+159=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #95859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95859F is #6A7A60. Grayscale: #8C8C8C. Windows color (decimal): -6978145 or 10454421. OLE color: 10454421.

HSL color Cylindrical-coordinate representation of color #95859F: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95859F is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 133 159 -
CMYK 0.06 0.16 0 0.38
HSL 276.92º 0.12% 0.57% -
HSV(B) 276.92º 0.16% 0.62% -
XYZ 27.04 25.67 36.33 -
YUV 140.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 149 133 159 0.06 0.16 0 0.38 276.92 0.12 0.57
Hex 95 85 9F 6 10 0 26 115 C 39
Octal 225 205 237 6 20 0 46 425 14 71
Binary 10010101 10000101 10011111 110 10000 0 100110 100010101 1100 111001

Color Harmonies of #95859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95859F

Black with #95859F

Text Example


Text Example

White with #95859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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