Html Css Color HEX #96829F Amethyst Smoke

📋 copy color: '#96829F'

red 150 ◦ green 130 ◦ blue 159

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

Shades of Amethyst Smoke #96829F

Tints of Amethyst Smoke #96829F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.61%

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 34.17%
G = 29.61%
B = 36.22%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96829F (or 0x96829F) is known color: Amethyst Smoke. HEX triplet: 96, 82 and 9F. RGB value is (150,130,159). Sum of RGB (Red+Green+Blue) = 150+130+159=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 159 - color contains mainly: blue. Hex color #96829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96829F is #697D60. Grayscale: #8B8B8B. Windows color (decimal): -6913377 or 10453654. OLE color: 10453654.

HSL color Cylindrical-coordinate representation of color #96829F: hue angle of 281.38º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96829F is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 130 159 -
CMYK 0.06 0.18 0 0.38
HSL 281.38º 0.13% 0.57% -
HSV(B) 281.38º 0.18% 0.62% -
XYZ 26.82 24.95 36.2 -
YUV 139.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 150 130 159 0.06 0.18 0 0.38 281.38 0.13 0.57
Hex 96 82 9F 6 12 0 26 119 D 39
Octal 226 202 237 6 22 0 46 431 15 71
Binary 10010110 10000010 10011111 110 10010 0 100110 100011001 1101 111001

Color Harmonies of #96829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96829F

Black with #96829F

Text Example


Text Example

White with #96829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96829F; }

 p { color: rgb(150,130,159); }

 H1.HeaderClassName
 {
   color: #96829F;
 }
 .AnyTagClassName
 {
   color: #96829F;
 }
</style>

background-color css

<style>
 a { background-color: #96829F; }

 a { background-color: rgb(150,130,159); }

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

border-color css

<style>
 span { border-color: #96829F; }

 span { border-color: rgb(150,130,159); }

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