#946CB6

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

Shades of Purple Mountain's Majesty #946CB6

Tints of Purple Mountain's Majesty #946CB6

Color information

#946CB6 (or 0x946CB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 6C and B6. RGB value is (148,108,182). Sum of RGB (Red+Green+Blue) = 148+108+182=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #946CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CB6 is #6B9349. Grayscale: #808080. Windows color (decimal): -7050058 or 11955348. OLE color: 11955348.

HSL color Cylindrical-coordinate representation of color #946CB6: hue angle of 272.43º 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 #946CB6 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148108182-
CMYK0.190.4100.29
HSL272.43º33.64%56.86%-
HSV(B)272.43º40.66%71.37%-
XYZ26.0220.446.82-
YUV128.4158.25141.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 182 (71.48% from 255) = 41.55%
R=33.79%
G=24.66%
B=41.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481081820.190.4100.29272.4333.6456.86
Hex946CB6132901D1102239
Octal22415426623510354204271
Binary1001010011011001011011010011101001011101100010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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