Html Css Color HEX #96819A Amethyst Smoke

📋 copy color: '#96819A'

red 150 ◦ green 129 ◦ blue 154

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

Shades of Amethyst Smoke #96819A

Tints of Amethyst Smoke #96819A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 34.64%
G = 29.79%
B = 35.57%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96819A (or 0x96819A) is known color: Amethyst Smoke. HEX triplet: 96, 81 and 9A. RGB value is (150,129,154). Sum of RGB (Red+Green+Blue) = 150+129+154=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 154 - color contains mainly: blue. Hex color #96819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96819A is #697E65. Grayscale: #8A8A8A. Windows color (decimal): -6913638 or 10125718. OLE color: 10125718.

HSL color Cylindrical-coordinate representation of color #96819A: hue angle of 290.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96819A is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 129 154 -
CMYK 0.03 0.16 0 0.40
HSL 290.4º 0.11% 0.55% -
HSV(B) 290.4º 0.16% 0.6% -
XYZ 26.26 24.52 33.92 -
YUV 138.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 150 129 154 0.03 0.16 0 0.40 290.4 0.11 0.55
Hex 96 81 9A 3 10 0 28 122 B 37
Octal 226 201 232 3 20 0 50 442 13 67
Binary 10010110 10000001 10011010 11 10000 0 101000 100100010 1011 110111

Color Harmonies of #96819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96819A

Black with #96819A

Text Example


Text Example

White with #96819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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