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

📋 copy color: '#917BAB'

red 145 ◦ green 123 ◦ blue 171

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

Shades of Purple Mountain's Majesty #917BAB

Tints of Purple Mountain's Majesty #917BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.02%

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 33.03%
G = 28.02%
B = 38.95%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#917BAB (or 0x917BAB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7B and AB. RGB value is (145,123,171). Sum of RGB (Red+Green+Blue) = 145+123+171=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #917BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917BAB is #6E8454. Grayscale: #868686. Windows color (decimal): -7242837 or 11238289. OLE color: 11238289.

HSL color Cylindrical-coordinate representation of color #917BAB: hue angle of 267.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #917BAB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 123 171 -
CMYK 0.15 0.28 0 0.33
HSL 267.5º 0.22% 0.58% -
HSV(B) 267.5º 0.28% 0.67% -
XYZ 26.11 23.13 41.62 -
YUV 135.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 145 123 171 0.15 0.28 0 0.33 267.5 0.22 0.58
Hex 91 7B AB F 1C 0 21 10C 16 3A
Octal 221 173 253 17 34 0 41 414 26 72
Binary 10010001 1111011 10101011 1111 11100 0 100001 100001100 10110 111010

Color Harmonies of #917BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917BAB

Black with #917BAB

Text Example


Text Example

White with #917BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,123,171); }

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

background-color css

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

 a { background-color: rgb(145,123,171); }

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

border-color css

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

 span { border-color: rgb(145,123,171); }

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