Html Css Color HEX #907795 Amethyst Smoke

📋 copy color: '#907795'

red 144 ◦ green 119 ◦ blue 149

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

Shades of Amethyst Smoke #907795

Tints of Amethyst Smoke #907795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.88%

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 34.95%
G = 28.88%
B = 36.17%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#907795 (or 0x907795) is known color: Amethyst Smoke. HEX triplet: 90, 77 and 95. RGB value is (144,119,149). Sum of RGB (Red+Green+Blue) = 144+119+149=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #907795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907795 is #6F886A. Grayscale: #818181. Windows color (decimal): -7309419 or 9795472. OLE color: 9795472.

HSL color Cylindrical-coordinate representation of color #907795: hue angle of 290º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907795 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 119 149 -
CMYK 0.03 0.20 0 0.42
HSL 290º 0.12% 0.53% -
HSV(B) 290º 0.2% 0.58% -
XYZ 23.52 21.29 31.3 -
YUV 129.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 144 119 149 0.03 0.20 0 0.42 290 0.12 0.53
Hex 90 77 95 3 14 0 2A 122 C 35
Octal 220 167 225 3 24 0 52 442 14 65
Binary 10010000 1110111 10010101 11 10100 0 101010 100100010 1100 110101

Color Harmonies of #907795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907795

Black with #907795

Text Example


Text Example

White with #907795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907795; }

 p { color: rgb(144,119,149); }

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

background-color css

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

 a { background-color: rgb(144,119,149); }

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

border-color css

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

 span { border-color: rgb(144,119,149); }

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