Html Css Color HEX #966ED5 Medium Purple

📋 copy color: '#966ED5'

red 150 ◦ green 110 ◦ blue 213

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

Shades of Medium Purple #966ED5

Tints of Medium Purple #966ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 31.71%
G = 23.26%
B = 45.03%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#966ED5 (or 0x966ED5) is known color: Medium Purple. HEX triplet: 96, 6E and D5. RGB value is (150,110,213). Sum of RGB (Red+Green+Blue) = 150+110+213=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #966ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ED5 is #69912A. Grayscale: #858585. Windows color (decimal): -6918443 or 13987478. OLE color: 13987478.

HSL color Cylindrical-coordinate representation of color #966ED5: hue angle of 263.3º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #966ED5 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 110 213 -
CMYK 0.30 0.48 0 0.16
HSL 263.3º 0.55% 0.63% -
HSV(B) 263.3º 0.48% 0.84% -
XYZ 30.16 22.44 65.69 -
YUV 133.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 150 110 213 0.30 0.48 0 0.16 263.3 0.55 0.63
Hex 96 6E D5 1E 30 0 10 107 37 3F
Octal 226 156 325 36 60 0 20 407 67 77
Binary 10010110 1101110 11010101 11110 110000 0 10000 100000111 110111 111111

Color Harmonies of #966ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ED5

Black with #966ED5

Text Example


Text Example

White with #966ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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