Html Css Color HEX #936DDC Medium Purple

📋 copy color: '#936DDC'

red 147 ◦ green 109 ◦ blue 220

#936DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #936DDC

Tints of Medium Purple #936DDC

RGB

 RED value IS 147 (57.81% from 255) = 30.88%

 GREEN value IS 109 (42.97% from 255) = 22.9%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 30.88%
G = 22.9%
B = 46.22%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#936DDC (or 0x936DDC) is known color: 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

RGB 147 109 220 -
CMYK 0.33 0.50 0 0.14
HSL 260.54º 0.61% 0.65% -
HSV(B) 260.54º 0.5% 0.86% -
XYZ 30.42 22.31 70.41 -
YUV 133.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 147 109 220 0.33 0.50 0 0.14 260.54 0.61 0.65
Hex 93 6D DC 21 32 0 E 105 3D 41
Octal 223 155 334 41 62 0 16 405 75 101
Binary 10010011 1101101 11011100 100001 110010 0 1110 100000101 111101 1000001

Color Harmonies of #936DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936DDC

Black with #936DDC

Text Example


Text Example

White with #936DDC

Text Example


Text Example

HTML Codes & Css Web 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>