Html Css Color HEX #96819D Amethyst Smoke

📋 copy color: '#96819D'

red 150 ◦ green 129 ◦ blue 157

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

Shades of Amethyst Smoke #96819D

Tints of Amethyst Smoke #96819D

RGB

 RED value IS 150 (58.98% from 255) = 34.4%

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

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 34.4%
G = 29.59%
B = 36.01%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96819D (or 0x96819D) is known color: Amethyst Smoke. HEX triplet: 96, 81 and 9D. RGB value is (150,129,157). Sum of RGB (Red+Green+Blue) = 150+129+157=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #96819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96819D is #697E62. Grayscale: #8A8A8A. Windows color (decimal): -6913635 or 10322326. OLE color: 10322326.

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

Color convert

RGB 150 129 157 -
CMYK 0.04 0.18 0 0.38
HSL 285º 0.13% 0.56% -
HSV(B) 285º 0.18% 0.62% -
XYZ 26.51 24.62 35.25 -
YUV 138.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 150 129 157 0.04 0.18 0 0.38 285 0.13 0.56
Hex 96 81 9D 4 12 0 26 11D C 38
Octal 226 201 235 4 22 0 46 435 14 70
Binary 10010110 10000001 10011101 100 10010 0 100110 100011101 1100 111000

Color Harmonies of #96819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96819D

Black with #96819D

Text Example


Text Example

White with #96819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96819D; }

 p { color: rgb(150,129,157); }

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

background-color css

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

 a { background-color: rgb(150,129,157); }

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

border-color css

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

 span { border-color: rgb(150,129,157); }

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