Html Css Color HEX #99869B Amethyst Smoke

📋 copy color: '#99869B'

red 153 ◦ green 134 ◦ blue 155

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

Shades of Amethyst Smoke #99869B

Tints of Amethyst Smoke #99869B

RGB

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

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

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

R = 34.62%
G = 30.32%
B = 35.07%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99869B (or 0x99869B) is known color: Amethyst Smoke. HEX triplet: 99, 86 and 9B. RGB value is (153,134,155). Sum of RGB (Red+Green+Blue) = 153+134+155=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #99869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99869B is #667964. Grayscale: #8E8E8E. Windows color (decimal): -6715749 or 10192537. OLE color: 10192537.

HSL color Cylindrical-coordinate representation of color #99869B: hue angle of 294.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99869B is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 134 155 -
CMYK 0.01 0.14 0 0.39
HSL 294.29º 0.1% 0.57% -
HSV(B) 294.29º 0.14% 0.61% -
XYZ 27.58 26.19 34.61 -
YUV 142.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 153 134 155 0.01 0.14 0 0.39 294.29 0.1 0.57
Hex 99 86 9B 1 E 0 27 126 A 39
Octal 231 206 233 1 16 0 47 446 12 71
Binary 10011001 10000110 10011011 1 1110 0 100111 100100110 1010 111001

Color Harmonies of #99869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99869B

Black with #99869B

Text Example


Text Example

White with #99869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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