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

📋 copy color: '#946BB6'

red 148 ◦ green 107 ◦ blue 182

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

Shades of Purple Mountain's Majesty #946BB6

Tints of Purple Mountain's Majesty #946BB6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.49%

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

R = 33.87%
G = 24.49%
B = 41.65%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#946BB6 (or 0x946BB6) is known color: Purple Mountain's Majesty. HEX triplet: 94, 6B and B6. RGB value is (148,107,182). Sum of RGB (Red+Green+Blue) = 148+107+182=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #946BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BB6 is #6B9449. Grayscale: #7F7F7F. Windows color (decimal): -7050314 or 11955092. OLE color: 11955092.

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

Color convert

RGB 148 107 182 -
CMYK 0.19 0.41 0 0.29
HSL 272.8º 0.34% 0.57% -
HSV(B) 272.8º 0.41% 0.71% -
XYZ 25.91 20.19 46.79 -
YUV 127.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 148 107 182 0.19 0.41 0 0.29 272.8 0.34 0.57
Hex 94 6B B6 13 29 0 1D 111 22 39
Octal 224 153 266 23 51 0 35 421 42 71
Binary 10010100 1101011 10110110 10011 101001 0 11101 100010001 100010 111001

Color Harmonies of #946BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BB6

Black with #946BB6

Text Example


Text Example

White with #946BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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