Html Css Color HEX #917794 Amethyst Smoke

📋 copy color: '#917794'

red 145 ◦ green 119 ◦ blue 148

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

Shades of Amethyst Smoke #917794

Tints of Amethyst Smoke #917794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.88%

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

R = 35.19%
G = 28.88%
B = 35.92%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#917794 (or 0x917794) is known color: Amethyst Smoke. HEX triplet: 91, 77 and 94. RGB value is (145,119,148). Sum of RGB (Red+Green+Blue) = 145+119+148=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #917794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917794 is #6E886B. Grayscale: #818181. Windows color (decimal): -7243884 or 9729937. OLE color: 9729937.

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

Color convert

RGB 145 119 148 -
CMYK 0.02 0.20 0 0.42
HSL 293.79º 0.12% 0.52% -
HSV(B) 293.79º 0.2% 0.58% -
XYZ 23.62 21.35 30.89 -
YUV 130.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 145 119 148 0.02 0.20 0 0.42 293.79 0.12 0.52
Hex 91 77 94 2 14 0 2A 126 C 34
Octal 221 167 224 2 24 0 52 446 14 64
Binary 10010001 1110111 10010100 10 10100 0 101010 100100110 1100 110100

Color Harmonies of #917794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917794

Black with #917794

Text Example


Text Example

White with #917794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917794; }

 p { color: rgb(145,119,148); }

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

background-color css

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

 a { background-color: rgb(145,119,148); }

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

border-color css

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

 span { border-color: rgb(145,119,148); }

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