Html Css Color HEX #917EBA Purple Mountain's Majesty

📋 copy color: '#917EBA'

red 145 ◦ green 126 ◦ blue 186

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

Shades of Purple Mountain's Majesty #917EBA

Tints of Purple Mountain's Majesty #917EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.57%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 31.73%
G = 27.57%
B = 40.7%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#917EBA (or 0x917EBA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7E and BA. RGB value is (145,126,186). Sum of RGB (Red+Green+Blue) = 145+126+186=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #917EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EBA is #6E8145. Grayscale: #8A8A8A. Windows color (decimal): -7242054 or 12222097. OLE color: 12222097.

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

Color convert

RGB 145 126 186 -
CMYK 0.22 0.32 0 0.27
HSL 259º 0.3% 0.61% -
HSV(B) 259º 0.32% 0.73% -
XYZ 28 24.49 49.7 -
YUV 138.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 145 126 186 0.22 0.32 0 0.27 259 0.3 0.61
Hex 91 7E BA 16 20 0 1B 103 1E 3D
Octal 221 176 272 26 40 0 33 403 36 75
Binary 10010001 1111110 10111010 10110 100000 0 11011 100000011 11110 111101

Color Harmonies of #917EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917EBA

Black with #917EBA

Text Example


Text Example

White with #917EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,126,186); }

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

background-color css

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

 a { background-color: rgb(145,126,186); }

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

border-color css

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

 span { border-color: rgb(145,126,186); }

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