#9565EF

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

Shades of Medium Purple #9565EF

Tints of Medium Purple #9565EF

Color information

#9565EF (or 0x9565EF) is unknown color: approx Medium Purple. HEX triplet: 95, 65 and EF. RGB value is (149,101,239). Sum of RGB (Red+Green+Blue) = 149+101+239=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #9565EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9565EF is #6A9A10. Grayscale: #828282. Windows color (decimal): -6986257 or 15689109. OLE color: 15689109.

HSL color Cylindrical-coordinate representation of color #9565EF: hue angle of 260.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9565EF is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149101239-
CMYK0.380.5800.06
HSL260.87º81.18%66.67%-
HSV(B)260.87º57.74%93.73%-
XYZ32.6321.9384.17-
YUV131.08188.9140.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 239 (93.75% from 255) = 48.88%
R=30.47%
G=20.65%
B=48.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491012390.380.5800.06260.8781.1866.67
Hex9565EF263A061055143
Octal225145357467206405121103
Binary10010101110010111101111100110111010011010000010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9565EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9565EF; }

 p { color: rgb(149,101,239); }

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

<style>
 a { background-color: #9565EF; }

 a { background-color: rgb(149,101,239); }

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

<style>
 span { border-color: #9565EF; }

 span { border-color: rgb(149,101,239); }

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