#9568F0

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

Shades of Medium Purple #9568F0

Tints of Medium Purple #9568F0

Color information

#9568F0 (or 0x9568F0) is unknown color: approx Medium Purple. HEX triplet: 95, 68 and F0. RGB value is (149,104,240). Sum of RGB (Red+Green+Blue) = 149+104+240=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #9568F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568F0 is #6A970F. Grayscale: #848484. Windows color (decimal): -6985488 or 15755413. OLE color: 15755413.

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

Color convert

RGB149104240-
CMYK0.380.5700.06
HSL259.85º81.93%67.45%-
HSV(B)259.85º56.67%94.12%-
XYZ33.0722.5885.05-
YUV132.96188.41139.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=30.22%
G=21.10%
B=48.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491042400.380.5700.06259.8581.9367.45
Hex9568F02639061045243
Octal225150360467106404122103
Binary10010101110100011110000100110111001011010000010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9568F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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