#9b6bdc

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

Shades of Medium Purple #9B6BDC

Tints of Medium Purple #9B6BDC

Color information

#9B6BDC (or 0x9B6BDC) is unknown color: approx Medium Purple. HEX triplet: 9B, 6B and DC. RGB value is (155,107,220). Sum of RGB (Red+Green+Blue) = 155+107+220=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6BDC is #649423. Grayscale: #858585. Windows color (decimal): -6591524 or 14445467. OLE color: 14445467.

HSL color Cylindrical-coordinate representation of color #9B6BDC: hue angle of 265.49º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B6BDC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155107220-
CMYK0.300.5100.14
HSL265.49º61.75%64.12%-
HSV(B)265.49º51.36%86.27%-
XYZ31.6922.6570.41-
YUV134.23176.4142.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 107 (42.19% from 255) = 22.20%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=32.16%
G=22.20%
B=45.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551072200.300.5100.14265.4961.7564.12
Hex9B6BDC1E330E1093e40
Octal233153334366301641176100
Binary1001101111010111101110011110110011011101000010011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b6bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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