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

📋 copy color: '#946EB8'

red 148 ◦ green 110 ◦ blue 184

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

Shades of Purple Mountain's Majesty #946EB8

Tints of Purple Mountain's Majesty #946EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 33.48%
G = 24.89%
B = 41.63%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#946EB8 (or 0x946EB8) is known color: Purple Mountain's Majesty. HEX triplet: 94, 6E and B8. RGB value is (148,110,184). Sum of RGB (Red+Green+Blue) = 148+110+184=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #946EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EB8 is #6B9147. Grayscale: #818181. Windows color (decimal): -7049544 or 12086932. OLE color: 12086932.

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

Color convert

RGB 148 110 184 -
CMYK 0.20 0.40 0 0.28
HSL 270.81º 0.34% 0.58% -
HSV(B) 270.81º 0.4% 0.72% -
XYZ 26.44 20.91 47.99 -
YUV 129.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 148 110 184 0.20 0.40 0 0.28 270.81 0.34 0.58
Hex 94 6E B8 14 28 0 1C 10F 22 3A
Octal 224 156 270 24 50 0 34 417 42 72
Binary 10010100 1101110 10111000 10100 101000 0 11100 100001111 100010 111010

Color Harmonies of #946EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EB8

Black with #946EB8

Text Example


Text Example

White with #946EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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