#9769DC

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

Shades of Medium Purple #9769DC

Tints of Medium Purple #9769DC

Color information

#9769DC (or 0x9769DC) is unknown color: approx Medium Purple. HEX triplet: 97, 69 and DC. RGB value is (151,105,220). Sum of RGB (Red+Green+Blue) = 151+105+220=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #9769DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769DC is #689623. Grayscale: #838383. Windows color (decimal): -6854180 or 14444951. OLE color: 14444951.

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

Color convert

RGB151105220-
CMYK0.310.5200.14
HSL264º62.16%63.73%-
HSV(B)264º52.27%86.27%-
XYZ30.7321.8570.31-
YUV131.86177.74141.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 220 (86.33% from 255) = 46.22%
R=31.72%
G=22.06%
B=46.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511052200.310.5200.1426462.1663.73
Hex9769DC1F340E1083e40
Octal227151334376401641076100
Binary1001011111010011101110011111110100011101000010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9769DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9769DC; }

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

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

<style>
 a { background-color: #9769DC; }

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

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

<style>
 span { border-color: #9769DC; }

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

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