Html Css Color HEX #907395 Amethyst Smoke

📋 copy color: '#907395'

red 144 ◦ green 115 ◦ blue 149

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

Shades of Amethyst Smoke #907395

Tints of Amethyst Smoke #907395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 35.29%
G = 28.19%
B = 36.52%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#907395 (or 0x907395) is known color: Amethyst Smoke. HEX triplet: 90, 73 and 95. RGB value is (144,115,149). Sum of RGB (Red+Green+Blue) = 144+115+149=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 149 - color contains mainly: blue. Hex color #907395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907395 is #6F8C6A. Grayscale: #7F7F7F. Windows color (decimal): -7310443 or 9794448. OLE color: 9794448.

HSL color Cylindrical-coordinate representation of color #907395: hue angle of 291.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #907395 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 115 149 -
CMYK 0.03 0.23 0 0.42
HSL 291.18º 0.14% 0.52% -
HSV(B) 291.18º 0.23% 0.58% -
XYZ 23.06 20.36 31.15 -
YUV 127.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 144 115 149 0.03 0.23 0 0.42 291.18 0.14 0.52
Hex 90 73 95 3 17 0 2A 123 E 34
Octal 220 163 225 3 27 0 52 443 16 64
Binary 10010000 1110011 10010101 11 10111 0 101010 100100011 1110 110100

Color Harmonies of #907395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907395

Black with #907395

Text Example


Text Example

White with #907395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907395; }

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

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

background-color css

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

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

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

border-color css

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

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

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