#9568EE

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

Shades of Medium Purple #9568EE

Tints of Medium Purple #9568EE

Color information

#9568EE (or 0x9568EE) is unknown color: approx Medium Purple. HEX triplet: 95, 68 and EE. RGB value is (149,104,238). Sum of RGB (Red+Green+Blue) = 149+104+238=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #9568EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568EE is #6A9711. Grayscale: #848484. Windows color (decimal): -6985490 or 15624341. OLE color: 15624341.

HSL color Cylindrical-coordinate representation of color #9568EE: hue angle of 260.15º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9568EE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149104238-
CMYK0.370.5600.07
HSL260.15º79.76%67.06%-
HSV(B)260.15º56.3%93.33%-
XYZ32.7822.4683.5-
YUV132.73187.41139.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=30.35%
G=21.18%
B=48.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491042380.370.5600.07260.1579.7667.06
Hex9568EE2538071045043
Octal225150356457007404120103
Binary10010101110100011101110100101111000011110000010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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