#9568EA

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

Shades of Medium Purple #9568EA

Tints of Medium Purple #9568EA

Color information

#9568EA (or 0x9568EA) is unknown color: approx Medium Purple. HEX triplet: 95, 68 and EA. RGB value is (149,104,234). Sum of RGB (Red+Green+Blue) = 149+104+234=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #9568EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568EA is #6A9715. Grayscale: #838383. Windows color (decimal): -6985494 or 15362197. OLE color: 15362197.

HSL color Cylindrical-coordinate representation of color #9568EA: hue angle of 260.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9568EA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149104234-
CMYK0.360.5600.08
HSL260.77º75.58%66.27%-
HSV(B)260.77º55.56%91.76%-
XYZ32.222.2380.44-
YUV132.27185.41139.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 104 (41.02% from 255) = 21.36%
BLUE value IS 234 (91.80% from 255) = 48.05%
R=30.60%
G=21.36%
B=48.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491042340.360.5600.08260.7775.5866.27
Hex9568EA2438081054c42
Octal2251503524470010405114102
Binary100101011101000111010101001001110000100010000010110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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