Html Css Color HEX #917993 Amethyst Smoke

📋 copy color: '#917993'

red 145 ◦ green 121 ◦ blue 147

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

Shades of Amethyst Smoke #917993

Tints of Amethyst Smoke #917993

RGB

 RED value IS 145 (57.03% from 255) = 35.11%

 GREEN value IS 121 (47.66% from 255) = 29.3%

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

R = 35.11%
G = 29.3%
B = 35.59%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#917993 (or 0x917993) is known color: Amethyst Smoke. HEX triplet: 91, 79 and 93. RGB value is (145,121,147). Sum of RGB (Red+Green+Blue) = 145+121+147=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #917993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917993 is #6E866C. Grayscale: #838383. Windows color (decimal): -7243373 or 9664913. OLE color: 9664913.

HSL color Cylindrical-coordinate representation of color #917993: hue angle of 295.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917993 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 121 147 -
CMYK 0.01 0.18 0 0.42
HSL 295.38º 0.11% 0.53% -
HSV(B) 295.38º 0.18% 0.58% -
XYZ 23.78 21.8 30.56 -
YUV 131.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 145 121 147 0.01 0.18 0 0.42 295.38 0.11 0.53
Hex 91 79 93 1 12 0 2A 127 B 35
Octal 221 171 223 1 22 0 52 447 13 65
Binary 10010001 1111001 10010011 1 10010 0 101010 100100111 1011 110101

Color Harmonies of #917993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917993

Black with #917993

Text Example


Text Example

White with #917993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917993; }

 p { color: rgb(145,121,147); }

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

background-color css

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

 a { background-color: rgb(145,121,147); }

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

border-color css

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

 span { border-color: rgb(145,121,147); }

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