#9567F1

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

Shades of Medium Purple #9567F1

Tints of Medium Purple #9567F1

Color information

#9567F1 (or 0x9567F1) is unknown color: approx Medium Purple. HEX triplet: 95, 67 and F1. RGB value is (149,103,241). Sum of RGB (Red+Green+Blue) = 149+103+241=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #9567F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567F1 is #6A980E. Grayscale: #838383. Windows color (decimal): -6985743 or 15820693. OLE color: 15820693.

HSL color Cylindrical-coordinate representation of color #9567F1: hue angle of 260º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9567F1 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149103241-
CMYK0.380.5700.05
HSL260º83.13%67.45%-
HSV(B)260º57.26%94.51%-
XYZ33.1222.4485.8-
YUV132.49189.24139.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 103 (40.62% from 255) = 20.89%
BLUE value IS 241 (94.53% from 255) = 48.88%
R=30.22%
G=20.89%
B=48.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491032410.380.5700.0526083.1367.45
Hex9567F12639051045343
Octal225147361467105404123103
Binary10010101110011111110001100110111001010110000010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9567F1; }

 p { color: rgb(149,103,241); }

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

<style>
 a { background-color: #9567F1; }

 a { background-color: rgb(149,103,241); }

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

<style>
 span { border-color: #9567F1; }

 span { border-color: rgb(149,103,241); }

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