#936DDC

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

Shades of Medium Purple #936DDC

Tints of Medium Purple #936DDC

Color information

#936DDC (or 0x936DDC) is unknown color: approx Medium Purple. HEX triplet: 93, 6D and DC. RGB value is (147,109,220). Sum of RGB (Red+Green+Blue) = 147+109+220=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 109 (42.97% from 255 or 22.90% 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 #936DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DDC is #6C9223. Grayscale: #848484. Windows color (decimal): -7115300 or 14445971. OLE color: 14445971.

HSL color Cylindrical-coordinate representation of color #936DDC: hue angle of 260.54º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936DDC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147109220-
CMYK0.330.5000.14
HSL260.54º61.33%64.51%-
HSV(B)260.54º50.45%86.27%-
XYZ30.4222.3170.41-
YUV133.02177.09137.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.88%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 220 (86.33% from 255) = 46.22%
R=30.88%
G=22.90%
B=46.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471092200.330.5000.14260.5461.3364.51
Hex936DDC21320E1053d41
Octal223155334416201640575101
Binary10010011110110111011100100001110010011101000001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936DDC; }

 p { color: rgb(147,109,220); }

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

<style>
 a { background-color: #936DDC; }

 a { background-color: rgb(147,109,220); }

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

<style>
 span { border-color: #936DDC; }

 span { border-color: rgb(147,109,220); }

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