#9B68DD

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

Shades of Medium Purple #9B68DD

Tints of Medium Purple #9B68DD

Color information

#9B68DD (or 0x9B68DD) is unknown color: approx Medium Purple. HEX triplet: 9B, 68 and DD. RGB value is (155,104,221). Sum of RGB (Red+Green+Blue) = 155+104+221=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B68DD is #649722. Grayscale: #848484. Windows color (decimal): -6592291 or 14510235. OLE color: 14510235.

HSL color Cylindrical-coordinate representation of color #9B68DD: hue angle of 266.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B68DD is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155104221-
CMYK0.300.5300.13
HSL266.15º63.24%63.73%-
HSV(B)266.15º52.94%86.67%-
XYZ31.5222.0971.01-
YUV132.59177.9143.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=32.29%
G=21.67%
B=46.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551042210.300.5300.13266.1563.2463.73
Hex9B68DD1E350D10a3f40
Octal233150335366501541277100
Binary1001101111010001101110111110110101011011000010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,104,221); }

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

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

 a { background-color: rgb(155,104,221); }

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

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

 span { border-color: rgb(155,104,221); }

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