Html Css Color HEX #94839F Amethyst Smoke

📋 copy color: '#94839F'

red 148 ◦ green 131 ◦ blue 159

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

Shades of Amethyst Smoke #94839F

Tints of Amethyst Smoke #94839F

RGB

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

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

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

R = 33.79%
G = 29.91%
B = 36.3%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94839F (or 0x94839F) is known color: Amethyst Smoke. HEX triplet: 94, 83 and 9F. RGB value is (148,131,159). Sum of RGB (Red+Green+Blue) = 148+131+159=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 159 - color contains mainly: blue. Hex color #94839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94839F is #6B7C60. Grayscale: #8B8B8B. Windows color (decimal): -7044193 or 10453908. OLE color: 10453908.

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

Color convert

RGB 148 131 159 -
CMYK 0.07 0.18 0 0.38
HSL 276.43º 0.13% 0.57% -
HSV(B) 276.43º 0.18% 0.62% -
XYZ 26.59 25.03 36.23 -
YUV 139.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 148 131 159 0.07 0.18 0 0.38 276.43 0.13 0.57
Hex 94 83 9F 7 12 0 26 114 D 39
Octal 224 203 237 7 22 0 46 424 15 71
Binary 10010100 10000011 10011111 111 10010 0 100110 100010100 1101 111001

Color Harmonies of #94839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94839F

Black with #94839F

Text Example


Text Example

White with #94839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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