Html Css Color HEX #907C94 Amethyst Smoke

📋 copy color: '#907C94'

red 144 ◦ green 124 ◦ blue 148

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

Shades of Amethyst Smoke #907C94

Tints of Amethyst Smoke #907C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 34.62%
G = 29.81%
B = 35.58%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#907C94 (or 0x907C94) is known color: Amethyst Smoke. HEX triplet: 90, 7C and 94. RGB value is (144,124,148). Sum of RGB (Red+Green+Blue) = 144+124+148=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 148 - color contains mainly: blue. Hex color #907C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907C94 is #6F836B. Grayscale: #848484. Windows color (decimal): -7308140 or 9731216. OLE color: 9731216.

HSL color Cylindrical-coordinate representation of color #907C94: hue angle of 290º 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 #907C94 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 124 148 -
CMYK 0.03 0.16 0 0.42
HSL 290º 0.1% 0.53% -
HSV(B) 290º 0.16% 0.58% -
XYZ 24.05 22.48 31.09 -
YUV 132.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 144 124 148 0.03 0.16 0 0.42 290 0.1 0.53
Hex 90 7C 94 3 10 0 2A 122 A 35
Octal 220 174 224 3 20 0 52 442 12 65
Binary 10010000 1111100 10010100 11 10000 0 101010 100100010 1010 110101

Color Harmonies of #907C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C94

Black with #907C94

Text Example


Text Example

White with #907C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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