Html Css Color HEX #966EDE Medium Purple

📋 copy color: '#966EDE'

red 150 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #966EDE

Tints of Medium Purple #966EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 31.12%
G = 22.82%
B = 46.06%

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

#966EDE (or 0x966EDE) is known color: Medium Purple. HEX triplet: 96, 6E and DE. RGB value is (150,110,222). Sum of RGB (Red+Green+Blue) = 150+110+222=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #966EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EDE is #699121. Grayscale: #868686. Windows color (decimal): -6918434 or 14577302. OLE color: 14577302.

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

Color convert

RGB 150 110 222 -
CMYK 0.32 0.50 0 0.13
HSL 261.43º 0.63% 0.65% -
HSV(B) 261.43º 0.5% 0.87% -
XYZ 31.34 22.91 71.88 -
YUV 134.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 150 110 222 0.32 0.50 0 0.13 261.43 0.63 0.65
Hex 96 6E DE 20 32 0 D 105 3F 41
Octal 226 156 336 40 62 0 15 405 77 101
Binary 10010110 1101110 11011110 100000 110010 0 1101 100000101 111111 1000001

Color Harmonies of #966EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EDE

Black with #966EDE

Text Example


Text Example

White with #966EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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