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

📋 copy color: '#906CB6'

red 144 ◦ green 108 ◦ blue 182

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

Shades of Purple Mountain's Majesty #906CB6

Tints of Purple Mountain's Majesty #906CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.88%

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

R = 33.18%
G = 24.88%
B = 41.94%

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

#906CB6 (or 0x906CB6) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6C and B6. RGB value is (144,108,182). Sum of RGB (Red+Green+Blue) = 144+108+182=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #906CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CB6 is #6F9349. Grayscale: #7E7E7E. Windows color (decimal): -7312202 or 11955344. OLE color: 11955344.

HSL color Cylindrical-coordinate representation of color #906CB6: hue angle of 269.19º 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 #906CB6 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 108 182 -
CMYK 0.21 0.41 0 0.29
HSL 269.19º 0.34% 0.57% -
HSV(B) 269.19º 0.41% 0.71% -
XYZ 25.31 20.03 46.79 -
YUV 127.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 144 108 182 0.21 0.41 0 0.29 269.19 0.34 0.57
Hex 90 6C B6 15 29 0 1D 10D 22 39
Octal 220 154 266 25 51 0 35 415 42 71
Binary 10010000 1101100 10110110 10101 101001 0 11101 100001101 100010 111001

Color Harmonies of #906CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CB6

Black with #906CB6

Text Example


Text Example

White with #906CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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