Html Css Color HEX #94869F Amethyst Smoke

📋 copy color: '#94869F'

red 148 ◦ green 134 ◦ blue 159

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

Shades of Amethyst Smoke #94869F

Tints of Amethyst Smoke #94869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

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

R = 33.56%
G = 30.39%
B = 36.05%

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

#94869F (or 0x94869F) is known color: Amethyst Smoke. HEX triplet: 94, 86 and 9F. RGB value is (148,134,159). Sum of RGB (Red+Green+Blue) = 148+134+159=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #94869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94869F is #6B7960. Grayscale: #8C8C8C. Windows color (decimal): -7043425 or 10454676. OLE color: 10454676.

HSL color Cylindrical-coordinate representation of color #94869F: hue angle of 273.6º 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 #94869F is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 134 159 -
CMYK 0.07 0.16 0 0.38
HSL 273.6º 0.12% 0.57% -
HSV(B) 273.6º 0.16% 0.62% -
XYZ 27 25.85 36.37 -
YUV 141.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 148 134 159 0.07 0.16 0 0.38 273.6 0.12 0.57
Hex 94 86 9F 7 10 0 26 112 C 39
Octal 224 206 237 7 20 0 46 422 14 71
Binary 10010100 10000110 10011111 111 10000 0 100110 100010010 1100 111001

Color Harmonies of #94869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94869F

Black with #94869F

Text Example


Text Example

White with #94869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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