Html Css Color HEX #94799D Amethyst Smoke

📋 copy color: '#94799D'

red 148 ◦ green 121 ◦ blue 157

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

Shades of Amethyst Smoke #94799D

Tints of Amethyst Smoke #94799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.4%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 34.74%
G = 28.4%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94799D (or 0x94799D) is known color: Amethyst Smoke. HEX triplet: 94, 79 and 9D. RGB value is (148,121,157). Sum of RGB (Red+Green+Blue) = 148+121+157=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #94799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94799D is #6B8662. Grayscale: #858585. Windows color (decimal): -7046755 or 10320276. OLE color: 10320276.

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

Color convert

RGB 148 121 157 -
CMYK 0.06 0.23 0 0.38
HSL 285º 0.16% 0.55% -
HSV(B) 285º 0.23% 0.62% -
XYZ 25.14 22.4 34.9 -
YUV 133.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 148 121 157 0.06 0.23 0 0.38 285 0.16 0.55
Hex 94 79 9D 6 17 0 26 11D 10 37
Octal 224 171 235 6 27 0 46 435 20 67
Binary 10010100 1111001 10011101 110 10111 0 100110 100011101 10000 110111

Color Harmonies of #94799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94799D

Black with #94799D

Text Example


Text Example

White with #94799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94799D; }

 p { color: rgb(148,121,157); }

 H1.HeaderClassName
 {
   color: #94799D;
 }
 .AnyTagClassName
 {
   color: #94799D;
 }
</style>

background-color css

<style>
 a { background-color: #94799D; }

 a { background-color: rgb(148,121,157); }

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

border-color css

<style>
 span { border-color: #94799D; }

 span { border-color: rgb(148,121,157); }

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