Html Css Color HEX #906DB4 Purple Mountain's Majesty

📋 copy color: '#906DB4'

red 144 ◦ green 109 ◦ blue 180

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

Shades of Purple Mountain's Majesty #906DB4

Tints of Purple Mountain's Majesty #906DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.17%

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

R = 33.26%
G = 25.17%
B = 41.57%

CMYK

 C value IS 0.2

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#906DB4 (or 0x906DB4) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6D and B4. RGB value is (144,109,180). Sum of RGB (Red+Green+Blue) = 144+109+180=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #906DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DB4 is #6F924B. Grayscale: #7F7F7F. Windows color (decimal): -7311948 or 11824528. OLE color: 11824528.

HSL color Cylindrical-coordinate representation of color #906DB4: hue angle of 269.58º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906DB4 is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 109 180 -
CMYK 0.2 0.39 0 0.29
HSL 269.58º 0.32% 0.57% -
HSV(B) 269.58º 0.39% 0.71% -
XYZ 25.21 20.16 45.74 -
YUV 127.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 144 109 180 0.2 0.39 0 0.29 269.58 0.32 0.57
Hex 90 6D B4 14 27 0 1D 10E 20 39
Octal 220 155 264 24 47 0 35 416 40 71
Binary 10010000 1101101 10110100 10100 100111 0 11101 100001110 100000 111001

Color Harmonies of #906DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DB4

Black with #906DB4

Text Example


Text Example

White with #906DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906DB4; }

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

 H1.HeaderClassName
 {
   color: #906DB4;
 }
 .AnyTagClassName
 {
   color: #906DB4;
 }
</style>

background-color css

<style>
 a { background-color: #906DB4; }

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

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

border-color css

<style>
 span { border-color: #906DB4; }

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

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