Html Css Color HEX #99819C Amethyst Smoke

📋 copy color: '#99819C'

red 153 ◦ green 129 ◦ blue 156

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

Shades of Amethyst Smoke #99819C

Tints of Amethyst Smoke #99819C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 34.93%
G = 29.45%
B = 35.62%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99819C (or 0x99819C) is known color: Amethyst Smoke. HEX triplet: 99, 81 and 9C. RGB value is (153,129,156). Sum of RGB (Red+Green+Blue) = 153+129+156=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #99819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99819C is #667E63. Grayscale: #8B8B8B. Windows color (decimal): -6717028 or 10256793. OLE color: 10256793.

HSL color Cylindrical-coordinate representation of color #99819C: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99819C is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 129 156 -
CMYK 0.02 0.17 0 0.39
HSL 293.33º 0.12% 0.56% -
HSV(B) 293.33º 0.17% 0.61% -
XYZ 26.99 24.87 34.83 -
YUV 139.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 153 129 156 0.02 0.17 0 0.39 293.33 0.12 0.56
Hex 99 81 9C 2 11 0 27 125 C 38
Octal 231 201 234 2 21 0 47 445 14 70
Binary 10011001 10000001 10011100 10 10001 0 100111 100100101 1100 111000

Color Harmonies of #99819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99819C

Black with #99819C

Text Example


Text Example

White with #99819C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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