#9B6AE3

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

Shades of Medium Purple #9B6AE3

Tints of Medium Purple #9B6AE3

Color information

#9B6AE3 (or 0x9B6AE3) is unknown color: approx Medium Purple. HEX triplet: 9B, 6A and E3. RGB value is (155,106,227). Sum of RGB (Red+Green+Blue) = 155+106+227=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 227 (89.06% from 255 or 46.52% from 488); Max value from RGB is 227 - color contains mainly: blue. Hex color #9B6AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6AE3 is #64951C. Grayscale: #868686. Windows color (decimal): -6591773 or 14903963. OLE color: 14903963.

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

Color convert

RGB155106227-
CMYK0.320.5300.11
HSL264.3º68.36%65.29%-
HSV(B)264.3º53.3%89.02%-
XYZ32.5422.8275.36-
YUV134.44180.23142.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 227 (89.06% from 255) = 46.52%
R=31.76%
G=21.72%
B=46.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1551062270.320.5300.11264.368.3665.29
Hex9B6AE320350B1084441
Octal2331523434065013410104101
Binary100110111101010111000111000001101010101110000100010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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