#966BE3

Color #966BE3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #966BE3

Tints of Medium Purple #966BE3

Color information

#966BE3 (or 0x966BE3) is unknown color: approx Medium Purple. HEX triplet: 96, 6B and E3. RGB value is (150,107,227). Sum of RGB (Red+Green+Blue) = 150+107+227=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #966BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BE3 is #69941C. Grayscale: #858585. Windows color (decimal): -6919197 or 14904214. OLE color: 14904214.

HSL color Cylindrical-coordinate representation of color #966BE3: hue angle of 261.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966BE3 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150107227-
CMYK0.340.5300.11
HSL261.5º68.18%65.49%-
HSV(B)261.5º52.86%89.02%-
XYZ31.722.5575.35-
YUV133.54180.75139.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 227 (89.06% from 255) = 46.90%
R=30.99%
G=22.11%
B=46.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501072270.340.5300.11261.568.1865.49
Hex966BE322350B1064441
Octal2261533434265013406104101
Binary100101101101011111000111000101101010101110000011010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,107,227); }

 H1.HeaderClassName
 {
   color: #966BE3;
 }
 .AnyTagClassName
 {
   color: #966BE3;
 }
</style>
background-color css

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

 a { background-color: rgb(150,107,227); }

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

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

 span { border-color: rgb(150,107,227); }

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