Html Css Color HEX #95749A Amethyst Smoke

📋 copy color: '#95749A'

red 149 ◦ green 116 ◦ blue 154

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

Shades of Amethyst Smoke #95749A

Tints of Amethyst Smoke #95749A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 35.56%
G = 27.68%
B = 36.75%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#95749A (or 0x95749A) is known color: Amethyst Smoke. HEX triplet: 95, 74 and 9A. RGB value is (149,116,154). Sum of RGB (Red+Green+Blue) = 149+116+154=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #95749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95749A is #6A8B65. Grayscale: #828282. Windows color (decimal): -6982502 or 10122389. OLE color: 10122389.

HSL color Cylindrical-coordinate representation of color #95749A: hue angle of 292.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95749A is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 116 154 -
CMYK 0.03 0.25 0 0.40
HSL 292.11º 0.16% 0.53% -
HSV(B) 292.11º 0.25% 0.6% -
XYZ 24.47 21.21 33.38 -
YUV 130.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 149 116 154 0.03 0.25 0 0.40 292.11 0.16 0.53
Hex 95 74 9A 3 19 0 28 124 10 35
Octal 225 164 232 3 31 0 50 444 20 65
Binary 10010101 1110100 10011010 11 11001 0 101000 100100100 10000 110101

Color Harmonies of #95749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95749A

Black with #95749A

Text Example


Text Example

White with #95749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95749A; }

 p { color: rgb(149,116,154); }

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

background-color css

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

 a { background-color: rgb(149,116,154); }

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

border-color css

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

 span { border-color: rgb(149,116,154); }

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