#966CEE

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

Shades of Medium Purple #966CEE

Tints of Medium Purple #966CEE

Color information

#966CEE (or 0x966CEE) is unknown color: approx Medium Purple. HEX triplet: 96, 6C and EE. RGB value is (150,108,238). Sum of RGB (Red+Green+Blue) = 150+108+238=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #966CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CEE is #699311. Grayscale: #868686. Windows color (decimal): -6918930 or 15625366. OLE color: 15625366.

HSL color Cylindrical-coordinate representation of color #966CEE: hue angle of 259.38º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966CEE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150108238-
CMYK0.370.5500.07
HSL259.38º79.27%67.84%-
HSV(B)259.38º54.62%93.33%-
XYZ33.3723.3883.64-
YUV135.38185.91138.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 238 (93.36% from 255) = 47.98%
R=30.24%
G=21.77%
B=47.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501082380.370.5500.07259.3879.2767.84
Hex966CEE2537071034f44
Octal226154356456707403117104
Binary10010110110110011101110100101110111011110000001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,108,238); }

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

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

 a { background-color: rgb(150,108,238); }

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

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

 span { border-color: rgb(150,108,238); }

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