Html Css Color HEX #907493 Amethyst Smoke

📋 copy color: '#907493'

red 144 ◦ green 116 ◦ blue 147

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

Shades of Amethyst Smoke #907493

Tints of Amethyst Smoke #907493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 35.38%
G = 28.5%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#907493 (or 0x907493) is known color: Amethyst Smoke. HEX triplet: 90, 74 and 93. RGB value is (144,116,147). Sum of RGB (Red+Green+Blue) = 144+116+147=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: blue. Hex color #907493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907493 is #6F8B6C. Grayscale: #7F7F7F. Windows color (decimal): -7310189 or 9663632. OLE color: 9663632.

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

Color convert

RGB 144 116 147 -
CMYK 0.02 0.21 0 0.42
HSL 294.19º 0.13% 0.52% -
HSV(B) 294.19º 0.21% 0.58% -
XYZ 23.01 20.53 30.35 -
YUV 127.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 144 116 147 0.02 0.21 0 0.42 294.19 0.13 0.52
Hex 90 74 93 2 15 0 2A 126 D 34
Octal 220 164 223 2 25 0 52 446 15 64
Binary 10010000 1110100 10010011 10 10101 0 101010 100100110 1101 110100

Color Harmonies of #907493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907493

Black with #907493

Text Example


Text Example

White with #907493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907493; }

 p { color: rgb(144,116,147); }

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

background-color css

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

 a { background-color: rgb(144,116,147); }

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

border-color css

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

 span { border-color: rgb(144,116,147); }

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