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

📋 copy color: '#906CB2'

red 144 ◦ green 108 ◦ blue 178

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

Shades of Purple Mountain's Majesty #906CB2

Tints of Purple Mountain's Majesty #906CB2

RGB

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

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

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

R = 33.49%
G = 25.12%
B = 41.4%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#906CB2 (or 0x906CB2) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6C and B2. RGB value is (144,108,178). Sum of RGB (Red+Green+Blue) = 144+108+178=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #906CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906CB2 is #6F934D. Grayscale: #7E7E7E. Windows color (decimal): -7312206 or 11693200. OLE color: 11693200.

HSL color Cylindrical-coordinate representation of color #906CB2: hue angle of 270.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906CB2 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 108 178 -
CMYK 0.19 0.39 0 0.30
HSL 270.86º 0.31% 0.56% -
HSV(B) 270.86º 0.39% 0.7% -
XYZ 24.9 19.87 44.64 -
YUV 126.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 144 108 178 0.19 0.39 0 0.30 270.86 0.31 0.56
Hex 90 6C B2 13 27 0 1E 10F 1F 38
Octal 220 154 262 23 47 0 36 417 37 70
Binary 10010000 1101100 10110010 10011 100111 0 11110 100001111 11111 111000

Color Harmonies of #906CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CB2

Black with #906CB2

Text Example


Text Example

White with #906CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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