#9B7CF2

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

Shades of Medium Purple #9B7CF2

Tints of Medium Purple #9B7CF2

Color information

#9B7CF2 (or 0x9B7CF2) is unknown color: approx Medium Purple. HEX triplet: 9B, 7C and F2. RGB value is (155,124,242). Sum of RGB (Red+Green+Blue) = 155+124+242=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B7CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CF2 is #64830D. Grayscale: #929292. Windows color (decimal): -6587150 or 15891611. OLE color: 15891611.

HSL color Cylindrical-coordinate representation of color #9B7CF2: hue angle of 255.76º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B7CF2 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155124242-
CMYK0.360.4900.05
HSL255.76º81.94%71.76%-
HSV(B)255.76º48.76%94.9%-
XYZ36.7527.7987.43-
YUV146.72181.77133.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.75%
GREEN value IS 124 (48.83% from 255) = 23.80%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=29.75%
G=23.80%
B=46.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551242420.360.4900.05255.7681.9471.76
Hex9B7CF22431051005248
Octal233174362446105400122110
Binary10011011111110011110010100100110001010110000000010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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