Html Css Color HEX #968299 Amethyst Smoke

📋 copy color: '#968299'

red 150 ◦ green 130 ◦ blue 153

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

Shades of Amethyst Smoke #968299

Tints of Amethyst Smoke #968299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.33%

R = 34.64%
G = 30.02%
B = 35.33%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#968299 (or 0x968299) is known color: Amethyst Smoke. HEX triplet: 96, 82 and 99. RGB value is (150,130,153). Sum of RGB (Red+Green+Blue) = 150+130+153=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #968299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968299 is #697D66. Grayscale: #8A8A8A. Windows color (decimal): -6913383 or 10060438. OLE color: 10060438.

HSL color Cylindrical-coordinate representation of color #968299: hue angle of 292.17º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968299 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 130 153 -
CMYK 0.02 0.15 0 0.4
HSL 292.17º 0.1% 0.55% -
HSV(B) 292.17º 0.15% 0.6% -
XYZ 26.31 24.75 33.53 -
YUV 138.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 150 130 153 0.02 0.15 0 0.4 292.17 0.1 0.55
Hex 96 82 99 2 F 0 28 124 A 37
Octal 226 202 231 2 17 0 50 444 12 67
Binary 10010110 10000010 10011001 10 1111 0 101000 100100100 1010 110111

Color Harmonies of #968299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968299

Black with #968299

Text Example


Text Example

White with #968299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968299; }

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

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

background-color css

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

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

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

border-color css

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

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

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