#9B6EE1

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

Shades of Medium Purple #9B6EE1

Tints of Medium Purple #9B6EE1

Color information

#9B6EE1 (or 0x9B6EE1) is unknown color: approx Medium Purple. HEX triplet: 9B, 6E and E1. RGB value is (155,110,225). Sum of RGB (Red+Green+Blue) = 155+110+225=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B6EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6EE1 is #64911E. Grayscale: #888888. Windows color (decimal): -6590751 or 14773915. OLE color: 14773915.

HSL color Cylindrical-coordinate representation of color #9B6EE1: hue angle of 263.48º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B6EE1 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155110225-
CMYK0.310.5100.12
HSL263.48º65.71%65.69%-
HSV(B)263.48º51.11%88.24%-
XYZ32.6823.5674.06-
YUV136.56177.91141.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 110 (43.36% from 255) = 22.45%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=31.63%
G=22.45%
B=45.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551102250.310.5100.12263.4865.7165.69
Hex9B6EE11F330C1074242
Octal2331563413763014407102102
Binary10011011110111011100001111111100110110010000011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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