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

📋 copy color: '#917DAB'

red 145 ◦ green 125 ◦ blue 171

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

Shades of Purple Mountain's Majesty #917DAB

Tints of Purple Mountain's Majesty #917DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

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

R = 32.88%
G = 28.34%
B = 38.78%

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

#917DAB (or 0x917DAB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7D and AB. RGB value is (145,125,171). Sum of RGB (Red+Green+Blue) = 145+125+171=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #917DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917DAB is #6E8254. Grayscale: #888888. Windows color (decimal): -7242325 or 11238801. OLE color: 11238801.

HSL color Cylindrical-coordinate representation of color #917DAB: hue angle of 266.09º degrees, saturation: 0.21, 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 #917DAB is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 125 171 -
CMYK 0.15 0.27 0 0.33
HSL 266.09º 0.21% 0.58% -
HSV(B) 266.09º 0.27% 0.67% -
XYZ 26.36 23.63 41.7 -
YUV 136.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 145 125 171 0.15 0.27 0 0.33 266.09 0.21 0.58
Hex 91 7D AB F 1B 0 21 10A 15 3A
Octal 221 175 253 17 33 0 41 412 25 72
Binary 10010001 1111101 10101011 1111 11011 0 100001 100001010 10101 111010

Color Harmonies of #917DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917DAB

Black with #917DAB

Text Example


Text Example

White with #917DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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