Html Css Color HEX #917F9C Amethyst Smoke

📋 copy color: '#917F9C'

red 145 ◦ green 127 ◦ blue 156

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

Shades of Amethyst Smoke #917F9C

Tints of Amethyst Smoke #917F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 29.67%

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 33.88%
G = 29.67%
B = 36.45%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#917F9C (or 0x917F9C) is known color: Amethyst Smoke. HEX triplet: 91, 7F and 9C. RGB value is (145,127,156). Sum of RGB (Red+Green+Blue) = 145+127+156=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #917F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917F9C is #6E8063. Grayscale: #878787. Windows color (decimal): -7241828 or 10256273. OLE color: 10256273.

HSL color Cylindrical-coordinate representation of color #917F9C: hue angle of 277.24º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917F9C is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 127 156 -
CMYK 0.07 0.19 0 0.39
HSL 277.24º 0.13% 0.55% -
HSV(B) 277.24º 0.19% 0.61% -
XYZ 25.27 23.6 34.68 -
YUV 135.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 145 127 156 0.07 0.19 0 0.39 277.24 0.13 0.55
Hex 91 7F 9C 7 13 0 27 115 D 37
Octal 221 177 234 7 23 0 47 425 15 67
Binary 10010001 1111111 10011100 111 10011 0 100111 100010101 1101 110111

Color Harmonies of #917F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F9C

Black with #917F9C

Text Example


Text Example

White with #917F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917F9C; }

 p { color: rgb(145,127,156); }

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

background-color css

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

 a { background-color: rgb(145,127,156); }

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

border-color css

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

 span { border-color: rgb(145,127,156); }

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