Html Css Color HEX #966DDC Medium Purple

📋 copy color: '#966DDC'

red 150 ◦ green 109 ◦ blue 220

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

Shades of Medium Purple #966DDC

Tints of Medium Purple #966DDC

RGB

 RED value IS 150 (58.98% from 255) = 31.32%

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

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

R = 31.32%
G = 22.76%
B = 45.93%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#966DDC (or 0x966DDC) is known color: Medium Purple. HEX triplet: 96, 6D and DC. RGB value is (150,109,220). Sum of RGB (Red+Green+Blue) = 150+109+220=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #966DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DDC is #699223. Grayscale: #858585. Windows color (decimal): -6918692 or 14445974. OLE color: 14445974.

HSL color Cylindrical-coordinate representation of color #966DDC: hue angle of 262.16º 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 #966DDC is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 109 220 -
CMYK 0.32 0.50 0 0.14
HSL 262.16º 0.61% 0.65% -
HSV(B) 262.16º 0.5% 0.86% -
XYZ 30.96 22.59 70.44 -
YUV 133.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 150 109 220 0.32 0.50 0 0.14 262.16 0.61 0.65
Hex 96 6D DC 20 32 0 E 106 3D 41
Octal 226 155 334 40 62 0 16 406 75 101
Binary 10010110 1101101 11011100 100000 110010 0 1110 100000110 111101 1000001

Color Harmonies of #966DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DDC

Black with #966DDC

Text Example


Text Example

White with #966DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #966DDC;
 }
 .AnyTagClassName
 {
   color: #966DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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