#946EEB

Color #946EEB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #946EEB

Tints of Medium Purple #946EEB

Color information

#946EEB (or 0x946EEB) is unknown color: approx Medium Purple. HEX triplet: 94, 6E and EB. RGB value is (148,110,235). Sum of RGB (Red+Green+Blue) = 148+110+235=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #946EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EEB is #6B9114. Grayscale: #878787. Windows color (decimal): -7049493 or 15429268. OLE color: 15429268.

HSL color Cylindrical-coordinate representation of color #946EEB: hue angle of 258.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946EEB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148110235-
CMYK0.370.5300.08
HSL258.24º75.76%67.65%-
HSV(B)258.24º53.19%92.16%-
XYZ32.7823.4581.39-
YUV135.61184.09136.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=30.02%
G=22.31%
B=47.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481102350.370.5300.08258.2475.7667.65
Hex946EEB2535081024c44
Octal2241563534565010402114104
Binary100101001101110111010111001011101010100010000001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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