Html Css Color HEX #966EE0 Medium Purple

📋 copy color: '#966EE0'

red 150 ◦ green 110 ◦ blue 224

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

Shades of Medium Purple #966EE0

Tints of Medium Purple #966EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 30.99%
G = 22.73%
B = 46.28%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#966EE0 (or 0x966EE0) is known color: Medium Purple. HEX triplet: 96, 6E and E0. RGB value is (150,110,224). Sum of RGB (Red+Green+Blue) = 150+110+224=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #966EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EE0 is #69911F. Grayscale: #868686. Windows color (decimal): -6918432 or 14708374. OLE color: 14708374.

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

Color convert

RGB 150 110 224 -
CMYK 0.33 0.51 0 0.12
HSL 261.05º 0.65% 0.65% -
HSV(B) 261.05º 0.51% 0.88% -
XYZ 31.61 23.02 73.3 -
YUV 134.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 150 110 224 0.33 0.51 0 0.12 261.05 0.65 0.65
Hex 96 6E E0 21 33 0 C 105 41 41
Octal 226 156 340 41 63 0 14 405 101 101
Binary 10010110 1101110 11100000 100001 110011 0 1100 100000101 1000001 1000001

Color Harmonies of #966EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EE0

Black with #966EE0

Text Example


Text Example

White with #966EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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