Html Css Color HEX #938299 Amethyst Smoke

📋 copy color: '#938299'

red 147 ◦ green 130 ◦ blue 153

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

Shades of Amethyst Smoke #938299

Tints of Amethyst Smoke #938299

RGB

 RED value IS 147 (57.81% from 255) = 34.19%

 GREEN value IS 130 (51.17% from 255) = 30.23%

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 34.19%
G = 30.23%
B = 35.58%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#938299 (or 0x938299) is known color: Amethyst Smoke. HEX triplet: 93, 82 and 99. RGB value is (147,130,153). Sum of RGB (Red+Green+Blue) = 147+130+153=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #938299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938299 is #6C7D66. Grayscale: #898989. Windows color (decimal): -7109991 or 10060435. OLE color: 10060435.

HSL color Cylindrical-coordinate representation of color #938299: hue angle of 284.35º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #938299 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 130 153 -
CMYK 0.04 0.15 0 0.4
HSL 284.35º 0.1% 0.55% -
HSV(B) 284.35º 0.15% 0.6% -
XYZ 25.77 24.47 33.5 -
YUV 137.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 147 130 153 0.04 0.15 0 0.4 284.35 0.1 0.55
Hex 93 82 99 4 F 0 28 11C A 37
Octal 223 202 231 4 17 0 50 434 12 67
Binary 10010011 10000010 10011001 100 1111 0 101000 100011100 1010 110111

Color Harmonies of #938299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938299

Black with #938299

Text Example


Text Example

White with #938299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938299; }

 p { color: rgb(147,130,153); }

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

background-color css

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

 a { background-color: rgb(147,130,153); }

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

border-color css

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

 span { border-color: rgb(147,130,153); }

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