#9768DD

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

Shades of Medium Purple #9768DD

Tints of Medium Purple #9768DD

Color information

#9768DD (or 0x9768DD) is unknown color: approx Medium Purple. HEX triplet: 97, 68 and DD. RGB value is (151,104,221). Sum of RGB (Red+Green+Blue) = 151+104+221=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #9768DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768DD is #689722. Grayscale: #828282. Windows color (decimal): -6854435 or 14510231. OLE color: 14510231.

HSL color Cylindrical-coordinate representation of color #9768DD: hue angle of 264.1º 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 #9768DD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151104221-
CMYK0.320.5300.13
HSL264.1º63.24%63.73%-
HSV(B)264.1º52.94%86.67%-
XYZ30.7621.770.97-
YUV131.39178.57141.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=31.72%
G=21.85%
B=46.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511042210.320.5300.13264.163.2463.73
Hex9768DD20350D1083f40
Octal227150335406501541077100
Binary10010111110100011011101100000110101011011000010001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9768DD; }

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

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

<style>
 a { background-color: #9768DD; }

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

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

<style>
 span { border-color: #9768DD; }

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

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