#9768dc

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

Shades of Medium Purple #9768DC

Tints of Medium Purple #9768DC

Color information

#9768DC (or 0x9768DC) is unknown color: approx Medium Purple. HEX triplet: 97, 68 and DC. RGB value is (151,104,220). Sum of RGB (Red+Green+Blue) = 151+104+220=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #9768DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768DC is #689723. Grayscale: #828282. Windows color (decimal): -6854436 or 14444695. OLE color: 14444695.

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

Color convert

RGB151104220-
CMYK0.310.5300.14
HSL264.31º62.37%63.53%-
HSV(B)264.31º52.73%86.27%-
XYZ30.6321.6570.27-
YUV131.28178.07142.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=31.79%
G=21.89%
B=46.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511042200.310.5300.14264.3162.3763.53
Hex9768DC1F350E1083e40
Octal227150334376501641076100
Binary1001011111010001101110011111110101011101000010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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