Html Css Color HEX #94859F Amethyst Smoke

📋 copy color: '#94859F'

red 148 ◦ green 133 ◦ blue 159

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

Shades of Amethyst Smoke #94859F

Tints of Amethyst Smoke #94859F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.14%

R = 33.64%
G = 30.23%
B = 36.14%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94859F (or 0x94859F) is known color: Amethyst Smoke. HEX triplet: 94, 85 and 9F. RGB value is (148,133,159). Sum of RGB (Red+Green+Blue) = 148+133+159=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 159 - color contains mainly: blue. Hex color #94859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94859F is #6B7A60. Grayscale: #8C8C8C. Windows color (decimal): -7043681 or 10454420. OLE color: 10454420.

HSL color Cylindrical-coordinate representation of color #94859F: hue angle of 274.62º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94859F is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 133 159 -
CMYK 0.07 0.16 0 0.38
HSL 274.62º 0.12% 0.57% -
HSV(B) 274.62º 0.16% 0.62% -
XYZ 26.86 25.57 36.32 -
YUV 140.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 148 133 159 0.07 0.16 0 0.38 274.62 0.12 0.57
Hex 94 85 9F 7 10 0 26 113 C 39
Octal 224 205 237 7 20 0 46 423 14 71
Binary 10010100 10000101 10011111 111 10000 0 100110 100010011 1100 111001

Color Harmonies of #94859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94859F

Black with #94859F

Text Example


Text Example

White with #94859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94859F; }

 p { color: rgb(148,133,159); }

 H1.HeaderClassName
 {
   color: #94859F;
 }
 .AnyTagClassName
 {
   color: #94859F;
 }
</style>

background-color css

<style>
 a { background-color: #94859F; }

 a { background-color: rgb(148,133,159); }

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

border-color css

<style>
 span { border-color: #94859F; }

 span { border-color: rgb(148,133,159); }

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