#9b6be0

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

Shades of Medium Purple #9B6BE0

Tints of Medium Purple #9B6BE0

Color information

#9B6BE0 (or 0x9B6BE0) is unknown color: approx Medium Purple. HEX triplet: 9B, 6B and E0. RGB value is (155,107,224). Sum of RGB (Red+Green+Blue) = 155+107+224=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B6BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BE0 is #64941F. Grayscale: #868686. Windows color (decimal): -6591520 or 14707611. OLE color: 14707611.

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

Color convert

RGB155107224-
CMYK0.310.5200.12
HSL264.62º65.36%64.9%-
HSV(B)264.62º52.23%87.84%-
XYZ32.2322.8773.24-
YUV134.69178.4142.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.89%
GREEN value IS 107 (42.19% from 255) = 22.02%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=31.89%
G=22.02%
B=46.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551072240.310.5200.12264.6265.3664.9
Hex9B6BE01F340C1094141
Octal2331533403764014411101101
Binary10011011110101111100000111111101000110010000100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b6be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,224); }

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

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

 a { background-color: rgb(155,107,224); }

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

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

 span { border-color: rgb(155,107,224); }

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