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

📋 copy color: '#907BAE'

red 144 ◦ green 123 ◦ blue 174

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

Shades of Purple Mountain's Majesty #907BAE

Tints of Purple Mountain's Majesty #907BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 32.65%
G = 27.89%
B = 39.46%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#907BAE (or 0x907BAE) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7B and AE. RGB value is (144,123,174). Sum of RGB (Red+Green+Blue) = 144+123+174=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #907BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907BAE is #6F8451. Grayscale: #868686. Windows color (decimal): -7308370 or 11434896. OLE color: 11434896.

HSL color Cylindrical-coordinate representation of color #907BAE: hue angle of 264.71º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #907BAE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 123 174 -
CMYK 0.17 0.29 0 0.32
HSL 264.71º 0.24% 0.58% -
HSV(B) 264.71º 0.29% 0.68% -
XYZ 26.22 23.15 43.13 -
YUV 135.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 144 123 174 0.17 0.29 0 0.32 264.71 0.24 0.58
Hex 90 7B AE 11 1D 0 20 109 18 3A
Octal 220 173 256 21 35 0 40 411 30 72
Binary 10010000 1111011 10101110 10001 11101 0 100000 100001001 11000 111010

Color Harmonies of #907BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907BAE

Black with #907BAE

Text Example


Text Example

White with #907BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,123,174); }

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

background-color css

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

 a { background-color: rgb(144,123,174); }

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

border-color css

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

 span { border-color: rgb(144,123,174); }

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