#9B6FF1

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

Shades of Medium Purple #9B6FF1

Tints of Medium Purple #9B6FF1

Color information

#9B6FF1 (or 0x9B6FF1) is unknown color: approx Medium Purple. HEX triplet: 9B, 6F and F1. RGB value is (155,111,241). Sum of RGB (Red+Green+Blue) = 155+111+241=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B6FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6FF1 is #64900E. Grayscale: #8A8A8A. Windows color (decimal): -6590479 or 15822747. OLE color: 15822747.

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

Color convert

RGB155111241-
CMYK0.360.5400.05
HSL260.31º82.28%69.02%-
HSV(B)260.31º53.94%94.51%-
XYZ35.0824.6986.14-
YUV138.98185.58139.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.57%
GREEN value IS 111 (43.75% from 255) = 21.89%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=30.57%
G=21.89%
B=47.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1551112410.360.5400.05260.3182.2869.02
Hex9B6FF12436051045245
Octal233157361446605404122105
Binary10011011110111111110001100100110110010110000010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,111,241); }

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

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

 a { background-color: rgb(155,111,241); }

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

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

 span { border-color: rgb(155,111,241); }

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