#945DEB

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

Shades of Medium Purple #945DEB

Tints of Medium Purple #945DEB

Color information

#945DEB (or 0x945DEB) is unknown color: approx Medium Purple. HEX triplet: 94, 5D and EB. RGB value is (148,93,235). Sum of RGB (Red+Green+Blue) = 148+93+235=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #945DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945DEB is #6BA214. Grayscale: #7D7D7D. Windows color (decimal): -7053845 or 15424916. OLE color: 15424916.

HSL color Cylindrical-coordinate representation of color #945DEB: hue angle of 263.24º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #945DEB is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14893235-
CMYK0.370.6000.08
HSL263.24º78.02%64.31%-
HSV(B)263.24º60.43%92.16%-
XYZ31.1220.1280.84-
YUV125.63189.72143.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 93 (36.72% from 255) = 19.54%
BLUE value IS 235 (92.19% from 255) = 49.37%
R=31.09%
G=19.54%
B=49.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148932350.370.6000.08263.2478.0264.31
Hex945DEB253C081074e40
Octal2241353534574010407116100
Binary100101001011101111010111001011111000100010000011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945DEB; }

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

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

<style>
 a { background-color: #945DEB; }

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

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

<style>
 span { border-color: #945DEB; }

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

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