#946BB8

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

Shades of Purple Mountain's Majesty #946BB8

Tints of Purple Mountain's Majesty #946BB8

Color information

#946BB8 (or 0x946BB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 6B and B8. RGB value is (148,107,184). Sum of RGB (Red+Green+Blue) = 148+107+184=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #946BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BB8 is #6B9447. Grayscale: #7F7F7F. Windows color (decimal): -7050312 or 12086164. OLE color: 12086164.

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

Color convert

RGB148107184-
CMYK0.200.4200.28
HSL271.95º35.16%57.06%-
HSV(B)271.95º41.85%72.16%-
XYZ26.1220.2747.88-
YUV128.04159.58142.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=33.71%
G=24.37%
B=41.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481071840.200.4200.28271.9535.1657.06
Hex946BB8142A01C1102339
Octal22415327024520344204371
Binary1001010011010111011100010100101010011100100010000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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