Html Css Color HEX #99819F Amethyst Smoke

📋 copy color: '#99819F'

red 153 ◦ green 129 ◦ blue 159

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

Shades of Amethyst Smoke #99819F

Tints of Amethyst Smoke #99819F

RGB

 RED value IS 153 (60.16% from 255) = 34.69%

 GREEN value IS 129 (50.78% from 255) = 29.25%

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

R = 34.69%
G = 29.25%
B = 36.05%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99819F (or 0x99819F) is known color: Amethyst Smoke. HEX triplet: 99, 81 and 9F. RGB value is (153,129,159). Sum of RGB (Red+Green+Blue) = 153+129+159=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 129 (50.78% from 255 or 29.25% 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 #99819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99819F is #667E60. Grayscale: #8B8B8B. Windows color (decimal): -6717025 or 10453401. OLE color: 10453401.

HSL color Cylindrical-coordinate representation of color #99819F: hue angle of 288º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99819F is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 129 159 -
CMYK 0.04 0.19 0 0.38
HSL 288º 0.14% 0.56% -
HSV(B) 288º 0.19% 0.62% -
XYZ 27.25 24.98 36.19 -
YUV 139.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 153 129 159 0.04 0.19 0 0.38 288 0.14 0.56
Hex 99 81 9F 4 13 0 26 120 E 38
Octal 231 201 237 4 23 0 46 440 16 70
Binary 10011001 10000001 10011111 100 10011 0 100110 100100000 1110 111000

Color Harmonies of #99819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99819F

Black with #99819F

Text Example


Text Example

White with #99819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,129,159); }

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

background-color css

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

 a { background-color: rgb(153,129,159); }

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

border-color css

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

 span { border-color: rgb(153,129,159); }

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