#9568E4

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

Shades of Medium Purple #9568E4

Tints of Medium Purple #9568E4

Color information

#9568E4 (or 0x9568E4) is unknown color: approx Medium Purple. HEX triplet: 95, 68 and E4. RGB value is (149,104,228). Sum of RGB (Red+Green+Blue) = 149+104+228=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #9568E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568E4 is #6A971B. Grayscale: #838383. Windows color (decimal): -6985500 or 14968981. OLE color: 14968981.

HSL color Cylindrical-coordinate representation of color #9568E4: hue angle of 261.77º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9568E4 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB149104228-
CMYK0.350.5400.11
HSL261.77º69.66%65.1%-
HSV(B)261.77º54.39%89.41%-
XYZ31.3521.8975.97-
YUV131.59182.41140.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=30.98%
G=21.62%
B=47.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1491042280.350.5400.11261.7769.6665.1
Hex9568E423360B1064641
Octal2251503444366013406106101
Binary100101011101000111001001000111101100101110000011010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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