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

📋 copy color: '#946EB6'

red 148 ◦ green 110 ◦ blue 182

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

Shades of Purple Mountain's Majesty #946EB6

Tints of Purple Mountain's Majesty #946EB6

RGB

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

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

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

R = 33.64%
G = 25%
B = 41.36%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#946EB6 (or 0x946EB6) is known color: Purple Mountain's Majesty. HEX triplet: 94, 6E and B6. RGB value is (148,110,182). Sum of RGB (Red+Green+Blue) = 148+110+182=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #946EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EB6 is #6B9149. Grayscale: #818181. Windows color (decimal): -7049546 or 11955860. OLE color: 11955860.

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

Color convert

RGB 148 110 182 -
CMYK 0.19 0.40 0 0.29
HSL 271.67º 0.33% 0.57% -
HSV(B) 271.67º 0.4% 0.71% -
XYZ 26.23 20.83 46.89 -
YUV 129.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 148 110 182 0.19 0.40 0 0.29 271.67 0.33 0.57
Hex 94 6E B6 13 28 0 1D 110 21 39
Octal 224 156 266 23 50 0 35 420 41 71
Binary 10010100 1101110 10110110 10011 101000 0 11101 100010000 100001 111001

Color Harmonies of #946EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EB6

Black with #946EB6

Text Example


Text Example

White with #946EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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