#9B7CF0

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

Shades of Medium Purple #9B7CF0

Tints of Medium Purple #9B7CF0

Color information

#9B7CF0 (or 0x9B7CF0) is unknown color: approx Medium Purple. HEX triplet: 9B, 7C and F0. RGB value is (155,124,240). Sum of RGB (Red+Green+Blue) = 155+124+240=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #9B7CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CF0 is #64830F. Grayscale: #929292. Windows color (decimal): -6587152 or 15760539. OLE color: 15760539.

HSL color Cylindrical-coordinate representation of color #9B7CF0: hue angle of 256.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B7CF0 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155124240-
CMYK0.350.4800.06
HSL256.03º79.45%71.37%-
HSV(B)256.03º48.33%94.12%-
XYZ36.4527.6885.86-
YUV146.49180.77134.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 124 (48.83% from 255) = 23.89%
BLUE value IS 240 (94.14% from 255) = 46.24%
R=29.87%
G=23.89%
B=46.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551242400.350.4800.06256.0379.4571.37
Hex9B7CF02330061004f47
Octal233174360436006400117107
Binary10011011111110011110000100011110000011010000000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7CF0; }

 p { color: rgb(155,124,240); }

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

<style>
 a { background-color: #9B7CF0; }

 a { background-color: rgb(155,124,240); }

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

<style>
 span { border-color: #9B7CF0; }

 span { border-color: rgb(155,124,240); }

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