Html Css Color HEX #917FA2 Amethyst Smoke

📋 copy color: '#917FA2'

red 145 ◦ green 127 ◦ blue 162

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

Shades of Amethyst Smoke #917FA2

Tints of Amethyst Smoke #917FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 33.41%
G = 29.26%
B = 37.33%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#917FA2 (or 0x917FA2) is known color: Amethyst Smoke. HEX triplet: 91, 7F and A2. RGB value is (145,127,162). Sum of RGB (Red+Green+Blue) = 145+127+162=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 162 - color contains mainly: blue. Hex color #917FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FA2 is #6E805D. Grayscale: #888888. Windows color (decimal): -7241822 or 10649489. OLE color: 10649489.

HSL color Cylindrical-coordinate representation of color #917FA2: hue angle of 270.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917FA2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 145 127 162 -
CMYK 0.10 0.22 0 0.36
HSL 270.86º 0.16% 0.57% -
HSV(B) 270.86º 0.22% 0.64% -
XYZ 25.79 23.81 37.42 -
YUV 136.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 145 127 162 0.10 0.22 0 0.36 270.86 0.16 0.57
Hex 91 7F A2 A 16 0 24 10F 10 39
Octal 221 177 242 12 26 0 44 417 20 71
Binary 10010001 1111111 10100010 1010 10110 0 100100 100001111 10000 111001

Color Harmonies of #917FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FA2

Black with #917FA2

Text Example


Text Example

White with #917FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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