Html Css Color HEX #946EB7 Purple Mountain's Majesty

📋 copy color: '#946EB7'

red 148 ◦ green 110 ◦ blue 183

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

Shades of Purple Mountain's Majesty #946EB7

Tints of Purple Mountain's Majesty #946EB7

RGB

 RED value IS 148 (58.2% from 255) = 33.56%

 GREEN value IS 110 (43.36% from 255) = 24.94%

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 33.56%
G = 24.94%
B = 41.5%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#946EB7 (or 0x946EB7) is known color: Purple Mountain's Majesty. HEX triplet: 94, 6E and B7. RGB value is (148,110,183). Sum of RGB (Red+Green+Blue) = 148+110+183=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #946EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EB7 is #6B9148. Grayscale: #818181. Windows color (decimal): -7049545 or 12021396. OLE color: 12021396.

HSL color Cylindrical-coordinate representation of color #946EB7: hue angle of 271.23º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #946EB7 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 110 183 -
CMYK 0.19 0.40 0 0.28
HSL 271.23º 0.34% 0.57% -
HSV(B) 271.23º 0.4% 0.72% -
XYZ 26.34 20.87 47.44 -
YUV 129.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 148 110 183 0.19 0.40 0 0.28 271.23 0.34 0.57
Hex 94 6E B7 13 28 0 1C 10F 22 39
Octal 224 156 267 23 50 0 34 417 42 71
Binary 10010100 1101110 10110111 10011 101000 0 11100 100001111 100010 111001

Color Harmonies of #946EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EB7

Black with #946EB7

Text Example


Text Example

White with #946EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946EB7; }

 p { color: rgb(148,110,183); }

 H1.HeaderClassName
 {
   color: #946EB7;
 }
 .AnyTagClassName
 {
   color: #946EB7;
 }
</style>

background-color css

<style>
 a { background-color: #946EB7; }

 a { background-color: rgb(148,110,183); }

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

border-color css

<style>
 span { border-color: #946EB7; }

 span { border-color: rgb(148,110,183); }

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