Html Css Color HEX #9075B4 Purple Mountain's Majesty

📋 copy color: '#9075B4'

red 144 ◦ green 117 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9075B4

Tints of Purple Mountain's Majesty #9075B4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.53%

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 32.65%
G = 26.53%
B = 40.82%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9075B4 (or 0x9075B4) is known color: Purple Mountain's Majesty. HEX triplet: 90, 75 and B4. RGB value is (144,117,180). Sum of RGB (Red+Green+Blue) = 144+117+180=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #9075B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075B4 is #6F8A4B. Grayscale: #848484. Windows color (decimal): -7309900 or 11826576. OLE color: 11826576.

HSL color Cylindrical-coordinate representation of color #9075B4: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9075B4 is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 117 180 -
CMYK 0.2 0.35 0 0.29
HSL 265.71º 0.3% 0.58% -
HSV(B) 265.71º 0.35% 0.71% -
XYZ 26.1 21.95 46.04 -
YUV 132.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 144 117 180 0.2 0.35 0 0.29 265.71 0.3 0.58
Hex 90 75 B4 14 23 0 1D 10A 1E 3A
Octal 220 165 264 24 43 0 35 412 36 72
Binary 10010000 1110101 10110100 10100 100011 0 11101 100001010 11110 111010

Color Harmonies of #9075B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075B4

Black with #9075B4

Text Example


Text Example

White with #9075B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9075B4; }

 p { color: rgb(144,117,180); }

 H1.HeaderClassName
 {
   color: #9075B4;
 }
 .AnyTagClassName
 {
   color: #9075B4;
 }
</style>

background-color css

<style>
 a { background-color: #9075B4; }

 a { background-color: rgb(144,117,180); }

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

border-color css

<style>
 span { border-color: #9075B4; }

 span { border-color: rgb(144,117,180); }

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