#9568EF

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

Shades of Medium Purple #9568EF

Tints of Medium Purple #9568EF

Color information

#9568EF (or 0x9568EF) is unknown color: approx Medium Purple. HEX triplet: 95, 68 and EF. RGB value is (149,104,239). Sum of RGB (Red+Green+Blue) = 149+104+239=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #9568EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568EF is #6A9710. Grayscale: #848484. Windows color (decimal): -6985489 or 15689877. OLE color: 15689877.

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

Color convert

RGB149104239-
CMYK0.380.5600.06
HSL260º80.84%67.25%-
HSV(B)260º56.49%93.73%-
XYZ32.9222.5284.27-
YUV132.84187.91139.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 104 (41.02% from 255) = 21.14%
BLUE value IS 239 (93.75% from 255) = 48.58%
R=30.28%
G=21.14%
B=48.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491042390.380.5600.0626080.8467.25
Hex9568EF2638061045143
Octal225150357467006404121103
Binary10010101110100011101111100110111000011010000010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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