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

📋 copy color: '#907DAB'

red 144 ◦ green 125 ◦ blue 171

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

Shades of Purple Mountain's Majesty #907DAB

Tints of Purple Mountain's Majesty #907DAB

RGB

 RED value IS 144 (56.64% from 255) = 32.73%

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

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

R = 32.73%
G = 28.41%
B = 38.86%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#907DAB (or 0x907DAB) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7D and AB. RGB value is (144,125,171). Sum of RGB (Red+Green+Blue) = 144+125+171=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 125 (49.22% from 255 or 28.41% 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 #907DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907DAB is #6F8254. Grayscale: #878787. Windows color (decimal): -7307861 or 11238800. OLE color: 11238800.

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

Color convert

RGB 144 125 171 -
CMYK 0.16 0.27 0 0.33
HSL 264.78º 0.21% 0.58% -
HSV(B) 264.78º 0.27% 0.67% -
XYZ 26.19 23.54 41.69 -
YUV 135.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 144 125 171 0.16 0.27 0 0.33 264.78 0.21 0.58
Hex 90 7D AB 10 1B 0 21 109 15 3A
Octal 220 175 253 20 33 0 41 411 25 72
Binary 10010000 1111101 10101011 10000 11011 0 100001 100001001 10101 111010

Color Harmonies of #907DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907DAB

Black with #907DAB

Text Example


Text Example

White with #907DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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