Html Css Color HEX #9070B2 Purple Mountain's Majesty

📋 copy color: '#9070B2'

red 144 ◦ green 112 ◦ blue 178

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

Shades of Purple Mountain's Majesty #9070B2

Tints of Purple Mountain's Majesty #9070B2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 33.18%
G = 25.81%
B = 41.01%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9070B2 (or 0x9070B2) is known color: Purple Mountain's Majesty. HEX triplet: 90, 70 and B2. RGB value is (144,112,178). Sum of RGB (Red+Green+Blue) = 144+112+178=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #9070B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9070B2 is #6F8F4D. Grayscale: #808080. Windows color (decimal): -7311182 or 11694224. OLE color: 11694224.

HSL color Cylindrical-coordinate representation of color #9070B2: hue angle of 269.09º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9070B2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 112 178 -
CMYK 0.19 0.37 0 0.30
HSL 269.09º 0.3% 0.57% -
HSV(B) 269.09º 0.37% 0.7% -
XYZ 25.33 20.73 44.79 -
YUV 129.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 144 112 178 0.19 0.37 0 0.30 269.09 0.3 0.57
Hex 90 70 B2 13 25 0 1E 10D 1E 39
Octal 220 160 262 23 45 0 36 415 36 71
Binary 10010000 1110000 10110010 10011 100101 0 11110 100001101 11110 111001

Color Harmonies of #9070B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9070B2

Black with #9070B2

Text Example


Text Example

White with #9070B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9070B2; }

 p { color: rgb(144,112,178); }

 H1.HeaderClassName
 {
   color: #9070B2;
 }
 .AnyTagClassName
 {
   color: #9070B2;
 }
</style>

background-color css

<style>
 a { background-color: #9070B2; }

 a { background-color: rgb(144,112,178); }

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

border-color css

<style>
 span { border-color: #9070B2; }

 span { border-color: rgb(144,112,178); }

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