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

📋 copy color: '#907CAE'

red 144 ◦ green 124 ◦ blue 174

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

Shades of Purple Mountain's Majesty #907CAE

Tints of Purple Mountain's Majesty #907CAE

RGB

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

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

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

R = 32.58%
G = 28.05%
B = 39.37%

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

#907CAE (or 0x907CAE) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7C and AE. RGB value is (144,124,174). Sum of RGB (Red+Green+Blue) = 144+124+174=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #907CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907CAE is #6F8351. Grayscale: #878787. Windows color (decimal): -7308114 or 11435152. OLE color: 11435152.

HSL color Cylindrical-coordinate representation of color #907CAE: hue angle of 264º 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 #907CAE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 124 174 -
CMYK 0.17 0.29 0 0.32
HSL 264º 0.24% 0.58% -
HSV(B) 264º 0.29% 0.68% -
XYZ 26.35 23.4 43.17 -
YUV 135.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 144 124 174 0.17 0.29 0 0.32 264 0.24 0.58
Hex 90 7C AE 11 1D 0 20 108 18 3A
Octal 220 174 256 21 35 0 40 410 30 72
Binary 10010000 1111100 10101110 10001 11101 0 100000 100001000 11000 111010

Color Harmonies of #907CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907CAE

Black with #907CAE

Text Example


Text Example

White with #907CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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