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

📋 copy color: '#946EBA'

red 148 ◦ green 110 ◦ blue 186

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

Shades of Purple Mountain's Majesty #946EBA

Tints of Purple Mountain's Majesty #946EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 33.33%
G = 24.77%
B = 41.89%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#946EBA (or 0x946EBA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 6E and BA. RGB value is (148,110,186). Sum of RGB (Red+Green+Blue) = 148+110+186=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #946EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EBA is #6B9145. Grayscale: #818181. Windows color (decimal): -7049542 or 12218004. OLE color: 12218004.

HSL color Cylindrical-coordinate representation of color #946EBA: hue angle of 270º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #946EBA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 110 186 -
CMYK 0.20 0.41 0 0.27
HSL 270º 0.36% 0.58% -
HSV(B) 270º 0.41% 0.73% -
XYZ 26.65 20.99 49.1 -
YUV 130.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 148 110 186 0.20 0.41 0 0.27 270 0.36 0.58
Hex 94 6E BA 14 29 0 1B 10E 24 3A
Octal 224 156 272 24 51 0 33 416 44 72
Binary 10010100 1101110 10111010 10100 101001 0 11011 100001110 100100 111010

Color Harmonies of #946EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EBA

Black with #946EBA

Text Example


Text Example

White with #946EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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