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

📋 copy color: '#917CAB'

red 145 ◦ green 124 ◦ blue 171

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

Shades of Purple Mountain's Majesty #917CAB

Tints of Purple Mountain's Majesty #917CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.18%

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

R = 32.95%
G = 28.18%
B = 38.86%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#917CAB (or 0x917CAB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7C and AB. RGB value is (145,124,171). Sum of RGB (Red+Green+Blue) = 145+124+171=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #917CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CAB is #6E8354. Grayscale: #878787. Windows color (decimal): -7242581 or 11238545. OLE color: 11238545.

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

Color convert

RGB 145 124 171 -
CMYK 0.15 0.27 0 0.33
HSL 266.81º 0.22% 0.58% -
HSV(B) 266.81º 0.27% 0.67% -
XYZ 26.24 23.38 41.66 -
YUV 135.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 145 124 171 0.15 0.27 0 0.33 266.81 0.22 0.58
Hex 91 7C AB F 1B 0 21 10B 16 3A
Octal 221 174 253 17 33 0 41 413 26 72
Binary 10010001 1111100 10101011 1111 11011 0 100001 100001011 10110 111010

Color Harmonies of #917CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CAB

Black with #917CAB

Text Example


Text Example

White with #917CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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