#946CB7

Color #946CB7 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #946CB7

Tints of Purple Mountain's Majesty #946CB7

Color information

#946CB7 (or 0x946CB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 6C and B7. RGB value is (148,108,183). Sum of RGB (Red+Green+Blue) = 148+108+183=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #946CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CB7 is #6B9348. Grayscale: #808080. Windows color (decimal): -7050057 or 12020884. OLE color: 12020884.

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

Color convert

RGB148108183-
CMYK0.190.4100.28
HSL272º34.25%57.06%-
HSV(B)272º40.98%71.76%-
XYZ26.1220.4447.37-
YUV128.51158.75141.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=33.71%
G=24.60%
B=41.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481081830.190.4100.2827234.2557.06
Hex946CB7132901C1102239
Octal22415426723510344204271
Binary1001010011011001011011110011101001011100100010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #946CB7;
 }
 .AnyTagClassName
 {
   color: #946CB7;
 }
</style>
background-color css

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

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

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

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

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

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