#945FDE

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

Shades of Medium Purple #945FDE

Tints of Medium Purple #945FDE

Color information

#945FDE (or 0x945FDE) is unknown color: approx Medium Purple. HEX triplet: 94, 5F and DE. RGB value is (148,95,222). Sum of RGB (Red+Green+Blue) = 148+95+222=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #945FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FDE is #6BA021. Grayscale: #7C7C7C. Windows color (decimal): -7053346 or 14573460. OLE color: 14573460.

HSL color Cylindrical-coordinate representation of color #945FDE: hue angle of 265.04º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945FDE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14895222-
CMYK0.330.5700.13
HSL265.04º65.8%62.16%-
HSV(B)265.04º57.21%87.06%-
XYZ29.4919.7571.37-
YUV125.32182.56144.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=31.83%
G=20.43%
B=47.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148952220.330.5700.13265.0465.862.16
Hex945FDE21390D109423e
Octal224137336417101541110276
Binary10010100101111111011110100001111001011011000010011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,95,222); }

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

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

 a { background-color: rgb(148,95,222); }

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

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

 span { border-color: rgb(148,95,222); }

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