#946CE5

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

Shades of Medium Purple #946CE5

Tints of Medium Purple #946CE5

Color information

#946CE5 (or 0x946CE5) is unknown color: approx Medium Purple. HEX triplet: 94, 6C and E5. RGB value is (148,108,229). Sum of RGB (Red+Green+Blue) = 148+108+229=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #946CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CE5 is #6B931A. Grayscale: #858585. Windows color (decimal): -7050011 or 15035540. OLE color: 15035540.

HSL color Cylindrical-coordinate representation of color #946CE5: hue angle of 259.83º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946CE5 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB148108229-
CMYK0.350.5300.10
HSL259.83º69.94%66.08%-
HSV(B)259.83º52.84%89.8%-
XYZ31.7222.6876.83-
YUV133.75181.75138.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 108 (42.58% from 255) = 22.27%
BLUE value IS 229 (89.84% from 255) = 47.22%
R=30.52%
G=22.27%
B=47.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1481082290.350.5300.10259.8369.9466.08
Hex946CE523350A1044642
Octal2241543454365012404106102
Binary100101001101100111001011000111101010101010000010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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