Html Css Color HEX #96919B Amethyst Smoke

📋 copy color: '#96919B'

red 150 ◦ green 145 ◦ blue 155

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

Shades of Amethyst Smoke #96919B

Tints of Amethyst Smoke #96919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

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

R = 33.33%
G = 32.22%
B = 34.44%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96919B (or 0x96919B) is known color: Amethyst Smoke. HEX triplet: 96, 91 and 9B. RGB value is (150,145,155). Sum of RGB (Red+Green+Blue) = 150+145+155=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 155 - color contains mainly: blue. Hex color #96919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96919B is #696E64. Grayscale: #939393. Windows color (decimal): -6909541 or 10195350. OLE color: 10195350.

HSL color Cylindrical-coordinate representation of color #96919B: hue angle of 270º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96919B is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 145 155 -
CMYK 0.03 0.06 0 0.39
HSL 270º 0.05% 0.59% -
HSV(B) 270º 0.06% 0.61% -
XYZ 28.62 29.1 35.12 -
YUV 147.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 150 145 155 0.03 0.06 0 0.39 270 0.05 0.59
Hex 96 91 9B 3 6 0 27 10E 5 3B
Octal 226 221 233 3 6 0 47 416 5 73
Binary 10010110 10010001 10011011 11 110 0 100111 100001110 101 111011

Color Harmonies of #96919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96919B

Black with #96919B

Text Example


Text Example

White with #96919B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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