Html Css Color HEX #96799C Amethyst Smoke

📋 copy color: '#96799C'

red 150 ◦ green 121 ◦ blue 156

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

Shades of Amethyst Smoke #96799C

Tints of Amethyst Smoke #96799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 35.13%
G = 28.34%
B = 36.53%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96799C (or 0x96799C) is known color: Amethyst Smoke. HEX triplet: 96, 79 and 9C. RGB value is (150,121,156). Sum of RGB (Red+Green+Blue) = 150+121+156=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #96799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96799C is #698663. Grayscale: #858585. Windows color (decimal): -6915684 or 10254742. OLE color: 10254742.

HSL color Cylindrical-coordinate representation of color #96799C: hue angle of 289.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96799C is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 121 156 -
CMYK 0.04 0.22 0 0.39
HSL 289.71º 0.15% 0.54% -
HSV(B) 289.71º 0.22% 0.61% -
XYZ 25.42 22.56 34.47 -
YUV 133.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 150 121 156 0.04 0.22 0 0.39 289.71 0.15 0.54
Hex 96 79 9C 4 16 0 27 122 F 36
Octal 226 171 234 4 26 0 47 442 17 66
Binary 10010110 1111001 10011100 100 10110 0 100111 100100010 1111 110110

Color Harmonies of #96799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96799C

Black with #96799C

Text Example


Text Example

White with #96799C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96799C; }

 p { color: rgb(150,121,156); }

 H1.HeaderClassName
 {
   color: #96799C;
 }
 .AnyTagClassName
 {
   color: #96799C;
 }
</style>

background-color css

<style>
 a { background-color: #96799C; }

 a { background-color: rgb(150,121,156); }

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

border-color css

<style>
 span { border-color: #96799C; }

 span { border-color: rgb(150,121,156); }

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