#915BF2

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

Shades of Medium Purple #915BF2

Tints of Medium Purple #915BF2

Color information

#915BF2 (or 0x915BF2) is unknown color: approx Medium Purple. HEX triplet: 91, 5B and F2. RGB value is (145,91,242). Sum of RGB (Red+Green+Blue) = 145+91+242=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #915BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915BF2 is #6EA40D. Grayscale: #7B7B7B. Windows color (decimal): -7250958 or 15883153. OLE color: 15883153.

HSL color Cylindrical-coordinate representation of color #915BF2: hue angle of 261.46º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915BF2 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14591242-
CMYK0.400.6200.05
HSL261.46º85.31%65.29%-
HSV(B)261.46º62.4%94.9%-
XYZ31.4519.9186.19-
YUV124.36194.39142.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 91 (35.94% from 255) = 19.04%
BLUE value IS 242 (94.92% from 255) = 50.63%
R=30.33%
G=19.04%
B=50.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal145912420.400.6200.05261.4685.3165.29
Hex915BF2283E051055541
Octal221133362507605405125101
Binary10010001101101111110010101000111110010110000010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915BF2; }

 p { color: rgb(145,91,242); }

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

<style>
 a { background-color: #915BF2; }

 a { background-color: rgb(145,91,242); }

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

<style>
 span { border-color: #915BF2; }

 span { border-color: rgb(145,91,242); }

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