#966FF1

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

Shades of Medium Purple #966FF1

Tints of Medium Purple #966FF1

Color information

#966FF1 (or 0x966FF1) is unknown color: approx Medium Purple. HEX triplet: 96, 6F and F1. RGB value is (150,111,241). Sum of RGB (Red+Green+Blue) = 150+111+241=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #966FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FF1 is #69900E. Grayscale: #898989. Windows color (decimal): -6918159 or 15822742. OLE color: 15822742.

HSL color Cylindrical-coordinate representation of color #966FF1: hue angle of 258º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966FF1 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150111241-
CMYK0.380.5400.05
HSL258º82.28%69.02%-
HSV(B)258º53.94%94.51%-
XYZ34.1424.286.09-
YUV137.48186.42136.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=29.88%
G=22.11%
B=48.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501112410.380.5400.0525882.2869.02
Hex966FF12636051025245
Octal226157361466605402122105
Binary10010110110111111110001100110110110010110000001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,241); }

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

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

 a { background-color: rgb(150,111,241); }

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

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

 span { border-color: rgb(150,111,241); }

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