Html Css Color HEX #94759A Amethyst Smoke

📋 copy color: '#94759A'

red 148 ◦ green 117 ◦ blue 154

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

Shades of Amethyst Smoke #94759A

Tints of Amethyst Smoke #94759A

RGB

 RED value IS 148 (58.2% from 255) = 35.32%

 GREEN value IS 117 (46.09% from 255) = 27.92%

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

R = 35.32%
G = 27.92%
B = 36.75%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#94759A (or 0x94759A) is known color: Amethyst Smoke. HEX triplet: 94, 75 and 9A. RGB value is (148,117,154). Sum of RGB (Red+Green+Blue) = 148+117+154=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 117 (46.09% from 255 or 27.92% 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 #94759A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94759A is #6B8A65. Grayscale: #828282. Windows color (decimal): -7047782 or 10122644. OLE color: 10122644.

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

Color convert

RGB 148 117 154 -
CMYK 0.04 0.24 0 0.40
HSL 290.27º 0.15% 0.53% -
HSV(B) 290.27º 0.24% 0.6% -
XYZ 24.41 21.35 33.41 -
YUV 130.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 148 117 154 0.04 0.24 0 0.40 290.27 0.15 0.53
Hex 94 75 9A 4 18 0 28 122 F 35
Octal 224 165 232 4 30 0 50 442 17 65
Binary 10010100 1110101 10011010 100 11000 0 101000 100100010 1111 110101

Color Harmonies of #94759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94759A

Black with #94759A

Text Example


Text Example

White with #94759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,117,154); }

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

background-color css

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

 a { background-color: rgb(148,117,154); }

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

border-color css

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

 span { border-color: rgb(148,117,154); }

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