Html Css Color HEX #907696 Amethyst Smoke

📋 copy color: '#907696'

red 144 ◦ green 118 ◦ blue 150

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

Shades of Amethyst Smoke #907696

Tints of Amethyst Smoke #907696

RGB

 RED value IS 144 (56.64% from 255) = 34.95%

 GREEN value IS 118 (46.48% from 255) = 28.64%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 34.95%
G = 28.64%
B = 36.41%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#907696 (or 0x907696) is known color: Amethyst Smoke. HEX triplet: 90, 76 and 96. RGB value is (144,118,150). Sum of RGB (Red+Green+Blue) = 144+118+150=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #907696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907696 is #6F8969. Grayscale: #818181. Windows color (decimal): -7309674 or 9860752. OLE color: 9860752.

HSL color Cylindrical-coordinate representation of color #907696: hue angle of 288.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907696 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 118 150 -
CMYK 0.04 0.21 0 0.41
HSL 288.75º 0.13% 0.53% -
HSV(B) 288.75º 0.21% 0.59% -
XYZ 23.49 21.09 31.69 -
YUV 129.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 144 118 150 0.04 0.21 0 0.41 288.75 0.13 0.53
Hex 90 76 96 4 15 0 29 121 D 35
Octal 220 166 226 4 25 0 51 441 15 65
Binary 10010000 1110110 10010110 100 10101 0 101001 100100001 1101 110101

Color Harmonies of #907696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907696

Black with #907696

Text Example


Text Example

White with #907696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907696; }

 p { color: rgb(144,118,150); }

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

background-color css

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

 a { background-color: rgb(144,118,150); }

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

border-color css

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

 span { border-color: rgb(144,118,150); }

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