#9B6EE3

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

Shades of Medium Purple #9B6EE3

Tints of Medium Purple #9B6EE3

Color information

#9B6EE3 (or 0x9B6EE3) is unknown color: approx Medium Purple. HEX triplet: 9B, 6E and E3. RGB value is (155,110,227). Sum of RGB (Red+Green+Blue) = 155+110+227=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #9B6EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6EE3 is #64911C. Grayscale: #888888. Windows color (decimal): -6590749 or 14904987. OLE color: 14904987.

HSL color Cylindrical-coordinate representation of color #9B6EE3: hue angle of 263.08º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B6EE3 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB155110227-
CMYK0.320.5200.11
HSL263.08º67.63%66.08%-
HSV(B)263.08º51.54%89.02%-
XYZ32.9623.6775.5-
YUV136.79178.91140.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 110 (43.36% from 255) = 22.36%
BLUE value IS 227 (89.06% from 255) = 46.14%
R=31.50%
G=22.36%
B=46.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1551102270.320.5200.11263.0867.6366.08
Hex9B6EE320340B1074442
Octal2331563434064013407104102
Binary100110111101110111000111000001101000101110000011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,227); }

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

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

 a { background-color: rgb(155,110,227); }

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

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

 span { border-color: rgb(155,110,227); }

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