Html Css Color HEX #9074BA Purple Mountain's Majesty

📋 copy color: '#9074BA'

red 144 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9074BA

Tints of Purple Mountain's Majesty #9074BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 32.29%
G = 26.01%
B = 41.7%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9074BA (or 0x9074BA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 74 and BA. RGB value is (144,116,186). Sum of RGB (Red+Green+Blue) = 144+116+186=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #9074BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9074BA is #6F8B45. Grayscale: #848484. Windows color (decimal): -7310150 or 12219536. OLE color: 12219536.

HSL color Cylindrical-coordinate representation of color #9074BA: hue angle of 264º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9074BA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 116 186 -
CMYK 0.23 0.38 0 0.27
HSL 264º 0.34% 0.59% -
HSV(B) 264º 0.38% 0.73% -
XYZ 26.61 21.97 49.29 -
YUV 132.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 144 116 186 0.23 0.38 0 0.27 264 0.34 0.59
Hex 90 74 BA 17 26 0 1B 108 22 3B
Octal 220 164 272 27 46 0 33 410 42 73
Binary 10010000 1110100 10111010 10111 100110 0 11011 100001000 100010 111011

Color Harmonies of #9074BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9074BA

Black with #9074BA

Text Example


Text Example

White with #9074BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9074BA; }

 p { color: rgb(144,116,186); }

 H1.HeaderClassName
 {
   color: #9074BA;
 }
 .AnyTagClassName
 {
   color: #9074BA;
 }
</style>

background-color css

<style>
 a { background-color: #9074BA; }

 a { background-color: rgb(144,116,186); }

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

border-color css

<style>
 span { border-color: #9074BA; }

 span { border-color: rgb(144,116,186); }

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