Html Css Color HEX #9072B6 Purple Mountain's Majesty

📋 copy color: '#9072B6'

red 144 ◦ green 114 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9072B6

Tints of Purple Mountain's Majesty #9072B6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.91%

 BLUE value IS 182 (71.48% from 255) = 41.36%

R = 32.73%
G = 25.91%
B = 41.36%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9072B6 (or 0x9072B6) is known color: Purple Mountain's Majesty. HEX triplet: 90, 72 and B6. RGB value is (144,114,182). Sum of RGB (Red+Green+Blue) = 144+114+182=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #9072B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072B6 is #6F8D49. Grayscale: #828282. Windows color (decimal): -7310666 or 11956880. OLE color: 11956880.

HSL color Cylindrical-coordinate representation of color #9072B6: hue angle of 266.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9072B6 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 114 182 -
CMYK 0.21 0.37 0 0.29
HSL 266.47º 0.32% 0.58% -
HSV(B) 266.47º 0.37% 0.71% -
XYZ 25.96 21.34 47.01 -
YUV 130.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 144 114 182 0.21 0.37 0 0.29 266.47 0.32 0.58
Hex 90 72 B6 15 25 0 1D 10A 20 3A
Octal 220 162 266 25 45 0 35 412 40 72
Binary 10010000 1110010 10110110 10101 100101 0 11101 100001010 100000 111010

Color Harmonies of #9072B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9072B6

Black with #9072B6

Text Example


Text Example

White with #9072B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9072B6; }

 p { color: rgb(144,114,182); }

 H1.HeaderClassName
 {
   color: #9072B6;
 }
 .AnyTagClassName
 {
   color: #9072B6;
 }
</style>

background-color css

<style>
 a { background-color: #9072B6; }

 a { background-color: rgb(144,114,182); }

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

border-color css

<style>
 span { border-color: #9072B6; }

 span { border-color: rgb(144,114,182); }

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