Html Css Color HEX #95859C Amethyst Smoke

📋 copy color: '#95859C'

red 149 ◦ green 133 ◦ blue 156

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

Shades of Amethyst Smoke #95859C

Tints of Amethyst Smoke #95859C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 34.02%
G = 30.37%
B = 35.62%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95859C (or 0x95859C) is known color: Amethyst Smoke. HEX triplet: 95, 85 and 9C. RGB value is (149,133,156). Sum of RGB (Red+Green+Blue) = 149+133+156=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #95859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95859C is #6A7A63. Grayscale: #8C8C8C. Windows color (decimal): -6978148 or 10257813. OLE color: 10257813.

HSL color Cylindrical-coordinate representation of color #95859C: hue angle of 281.74º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95859C is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 133 156 -
CMYK 0.04 0.15 0 0.39
HSL 281.74º 0.1% 0.57% -
HSV(B) 281.74º 0.15% 0.61% -
XYZ 26.78 25.56 34.98 -
YUV 140.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 149 133 156 0.04 0.15 0 0.39 281.74 0.1 0.57
Hex 95 85 9C 4 F 0 27 11A A 39
Octal 225 205 234 4 17 0 47 432 12 71
Binary 10010101 10000101 10011100 100 1111 0 100111 100011010 1010 111001

Color Harmonies of #95859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95859C

Black with #95859C

Text Example


Text Example

White with #95859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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