Html Css Color HEX #99819B Amethyst Smoke

📋 copy color: '#99819B'

red 153 ◦ green 129 ◦ blue 155

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

Shades of Amethyst Smoke #99819B

Tints of Amethyst Smoke #99819B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 35.01%
G = 29.52%
B = 35.47%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99819B (or 0x99819B) is known color: Amethyst Smoke. HEX triplet: 99, 81 and 9B. RGB value is (153,129,155). Sum of RGB (Red+Green+Blue) = 153+129+155=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 155 - color contains mainly: blue. Hex color #99819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99819B is #667E64. Grayscale: #8B8B8B. Windows color (decimal): -6717029 or 10191257. OLE color: 10191257.

HSL color Cylindrical-coordinate representation of color #99819B: hue angle of 295.38º 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 #99819B is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 129 155 -
CMYK 0.01 0.17 0 0.39
HSL 295.38º 0.12% 0.56% -
HSV(B) 295.38º 0.17% 0.61% -
XYZ 26.9 24.84 34.39 -
YUV 139.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 153 129 155 0.01 0.17 0 0.39 295.38 0.12 0.56
Hex 99 81 9B 1 11 0 27 127 C 38
Octal 231 201 233 1 21 0 47 447 14 70
Binary 10011001 10000001 10011011 1 10001 0 100111 100100111 1100 111000

Color Harmonies of #99819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99819B

Black with #99819B

Text Example


Text Example

White with #99819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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