Html Css Color HEX #966EDD Medium Purple

📋 copy color: '#966EDD'

red 150 ◦ green 110 ◦ blue 221

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

Shades of Medium Purple #966EDD

Tints of Medium Purple #966EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.87%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 31.19%
G = 22.87%
B = 45.95%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#966EDD (or 0x966EDD) is known color: Medium Purple. HEX triplet: 96, 6E and DD. RGB value is (150,110,221). Sum of RGB (Red+Green+Blue) = 150+110+221=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #966EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EDD is #699122. Grayscale: #868686. Windows color (decimal): -6918435 or 14511766. OLE color: 14511766.

HSL color Cylindrical-coordinate representation of color #966EDD: hue angle of 261.62º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966EDD is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 110 221 -
CMYK 0.32 0.50 0 0.13
HSL 261.62º 0.62% 0.65% -
HSV(B) 261.62º 0.5% 0.87% -
XYZ 31.2 22.86 71.17 -
YUV 134.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 150 110 221 0.32 0.50 0 0.13 261.62 0.62 0.65
Hex 96 6E DD 20 32 0 D 106 3E 41
Octal 226 156 335 40 62 0 15 406 76 101
Binary 10010110 1101110 11011101 100000 110010 0 1101 100000110 111110 1000001

Color Harmonies of #966EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EDD

Black with #966EDD

Text Example


Text Example

White with #966EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,110,221); }

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

background-color css

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

 a { background-color: rgb(150,110,221); }

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

border-color css

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

 span { border-color: rgb(150,110,221); }

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