Html Css Color HEX #907C93 Amethyst Smoke

📋 copy color: '#907C93'

red 144 ◦ green 124 ◦ blue 147

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

Shades of Amethyst Smoke #907C93

Tints of Amethyst Smoke #907C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

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

R = 34.7%
G = 29.88%
B = 35.42%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#907C93 (or 0x907C93) is known color: Amethyst Smoke. HEX triplet: 90, 7C and 93. RGB value is (144,124,147). Sum of RGB (Red+Green+Blue) = 144+124+147=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #907C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C93 is #6F836C. Grayscale: #848484. Windows color (decimal): -7308141 or 9665680. OLE color: 9665680.

HSL color Cylindrical-coordinate representation of color #907C93: hue angle of 292.17º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #907C93 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 124 147 -
CMYK 0.02 0.16 0 0.42
HSL 292.17º 0.1% 0.53% -
HSV(B) 292.17º 0.16% 0.58% -
XYZ 23.98 22.45 30.67 -
YUV 132.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 144 124 147 0.02 0.16 0 0.42 292.17 0.1 0.53
Hex 90 7C 93 2 10 0 2A 124 A 35
Octal 220 174 223 2 20 0 52 444 12 65
Binary 10010000 1111100 10010011 10 10000 0 101010 100100100 1010 110101

Color Harmonies of #907C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C93

Black with #907C93

Text Example


Text Example

White with #907C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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