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

📋 copy color: '#906BB6'

red 144 ◦ green 107 ◦ blue 182

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

Shades of Purple Mountain's Majesty #906BB6

Tints of Purple Mountain's Majesty #906BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

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

R = 33.26%
G = 24.71%
B = 42.03%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#906BB6 (or 0x906BB6) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6B and B6. RGB value is (144,107,182). Sum of RGB (Red+Green+Blue) = 144+107+182=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #906BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BB6 is #6F9449. Grayscale: #7E7E7E. Windows color (decimal): -7312458 or 11955088. OLE color: 11955088.

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

Color convert

RGB 144 107 182 -
CMYK 0.21 0.41 0 0.29
HSL 269.6º 0.34% 0.57% -
HSV(B) 269.6º 0.41% 0.71% -
XYZ 25.2 19.82 46.75 -
YUV 126.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 144 107 182 0.21 0.41 0 0.29 269.6 0.34 0.57
Hex 90 6B B6 15 29 0 1D 10E 22 39
Octal 220 153 266 25 51 0 35 416 42 71
Binary 10010000 1101011 10110110 10101 101001 0 11101 100001110 100010 111001

Color Harmonies of #906BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BB6

Black with #906BB6

Text Example


Text Example

White with #906BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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