Html Css Color HEX #95839C Amethyst Smoke

📋 copy color: '#95839C'

red 149 ◦ green 131 ◦ blue 156

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

Shades of Amethyst Smoke #95839C

Tints of Amethyst Smoke #95839C

RGB

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

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

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

R = 34.17%
G = 30.05%
B = 35.78%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95839C (or 0x95839C) is known color: Amethyst Smoke. HEX triplet: 95, 83 and 9C. RGB value is (149,131,156). Sum of RGB (Red+Green+Blue) = 149+131+156=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #95839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95839C is #6A7C63. Grayscale: #8B8B8B. Windows color (decimal): -6978660 or 10257301. OLE color: 10257301.

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

Color convert

RGB 149 131 156 -
CMYK 0.04 0.16 0 0.39
HSL 283.2º 0.11% 0.56% -
HSV(B) 283.2º 0.16% 0.61% -
XYZ 26.51 25.02 34.89 -
YUV 139.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 149 131 156 0.04 0.16 0 0.39 283.2 0.11 0.56
Hex 95 83 9C 4 10 0 27 11B B 38
Octal 225 203 234 4 20 0 47 433 13 70
Binary 10010101 10000011 10011100 100 10000 0 100111 100011011 1011 111000

Color Harmonies of #95839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95839C

Black with #95839C

Text Example


Text Example

White with #95839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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