#917ABB

Color #917ABB Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #917ABB

Tints of Purple Mountain's Majesty #917ABB

Color information

#917ABB (or 0x917ABB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7A and BB. RGB value is (145,122,187). Sum of RGB (Red+Green+Blue) = 145+122+187=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #917ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ABB is #6E8544. Grayscale: #888888. Windows color (decimal): -7243077 or 12286609. OLE color: 12286609.

HSL color Cylindrical-coordinate representation of color #917ABB: hue angle of 261.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #917ABB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145122187-
CMYK0.220.3500.27
HSL261.23º32.34%60.59%-
HSV(B)261.23º34.76%73.33%-
XYZ27.6123.5350.1-
YUV136.29156.62134.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.94%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=31.94%
G=26.87%
B=41.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451221870.220.3500.27261.2332.3460.59
Hex917ABB162301B105203d
Octal22117227326430334054075
Binary1001000111110101011101110110100011011011100000101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,187); }

 H1.HeaderClassName
 {
   color: #917ABB;
 }
 .AnyTagClassName
 {
   color: #917ABB;
 }
</style>
background-color css

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

 a { background-color: rgb(145,122,187); }

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

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

 span { border-color: rgb(145,122,187); }

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