Html Css Color HEX #96799B Amethyst Smoke

📋 copy color: '#96799B'

red 150 ◦ green 121 ◦ blue 155

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

Shades of Amethyst Smoke #96799B

Tints of Amethyst Smoke #96799B

RGB

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

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

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

R = 35.21%
G = 28.4%
B = 36.38%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96799B (or 0x96799B) is known color: Amethyst Smoke. HEX triplet: 96, 79 and 9B. RGB value is (150,121,155). Sum of RGB (Red+Green+Blue) = 150+121+155=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #96799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96799B is #698664. Grayscale: #858585. Windows color (decimal): -6915685 or 10189206. OLE color: 10189206.

HSL color Cylindrical-coordinate representation of color #96799B: hue angle of 291.18º 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 #96799B is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 121 155 -
CMYK 0.03 0.22 0 0.39
HSL 291.18º 0.15% 0.54% -
HSV(B) 291.18º 0.22% 0.61% -
XYZ 25.33 22.53 34.02 -
YUV 133.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 150 121 155 0.03 0.22 0 0.39 291.18 0.15 0.54
Hex 96 79 9B 3 16 0 27 123 F 36
Octal 226 171 233 3 26 0 47 443 17 66
Binary 10010110 1111001 10011011 11 10110 0 100111 100100011 1111 110110

Color Harmonies of #96799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96799B

Black with #96799B

Text Example


Text Example

White with #96799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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