#9B65DD

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

Shades of Medium Purple #9B65DD

Tints of Medium Purple #9B65DD

Color information

#9B65DD (or 0x9B65DD) is unknown color: approx Medium Purple. HEX triplet: 9B, 65 and DD. RGB value is (155,101,221). Sum of RGB (Red+Green+Blue) = 155+101+221=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B65DD is #649A22. Grayscale: #828282. Windows color (decimal): -6593059 or 14509467. OLE color: 14509467.

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

Color convert

RGB155101221-
CMYK0.300.5400.13
HSL267º63.83%63.14%-
HSV(B)267º54.3%86.67%-
XYZ31.2221.570.91-
YUV130.83178.89145.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=32.49%
G=21.17%
B=46.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551012210.300.5400.1326763.8363.14
Hex9B65DD1E360D10b403f
Octal233145335366601541310077
Binary1001101111001011101110111110110110011011000010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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