Html Css Color HEX #966DE1 Medium Purple

📋 copy color: '#966DE1'

red 150 ◦ green 109 ◦ blue 225

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

Shades of Medium Purple #966DE1

Tints of Medium Purple #966DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.49%

R = 30.99%
G = 22.52%
B = 46.49%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#966DE1 (or 0x966DE1) is known color: Medium Purple. HEX triplet: 96, 6D and E1. RGB value is (150,109,225). Sum of RGB (Red+Green+Blue) = 150+109+225=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 225 (88.28% from 255 or 46.49% from 484); Max value from RGB is 225 - color contains mainly: blue. Hex color #966DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DE1 is #69921E. Grayscale: #868686. Windows color (decimal): -6918687 or 14773654. OLE color: 14773654.

HSL color Cylindrical-coordinate representation of color #966DE1: hue angle of 261.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966DE1 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 109 225 -
CMYK 0.33 0.52 0 0.12
HSL 261.21º 0.66% 0.65% -
HSV(B) 261.21º 0.52% 0.88% -
XYZ 31.64 22.86 73.98 -
YUV 134.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 150 109 225 0.33 0.52 0 0.12 261.21 0.66 0.65
Hex 96 6D E1 21 34 0 C 105 42 41
Octal 226 155 341 41 64 0 14 405 102 101
Binary 10010110 1101101 11100001 100001 110100 0 1100 100000101 1000010 1000001

Color Harmonies of #966DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966DE1

Black with #966DE1

Text Example


Text Example

White with #966DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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