#966BD8

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

Shades of Medium Purple #966BD8

Tints of Medium Purple #966BD8

Color information

#966BD8 (or 0x966BD8) is unknown color: approx Medium Purple. HEX triplet: 96, 6B and D8. RGB value is (150,107,216). Sum of RGB (Red+Green+Blue) = 150+107+216=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #966BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BD8 is #699427. Grayscale: #838383. Windows color (decimal): -6919208 or 14183318. OLE color: 14183318.

HSL color Cylindrical-coordinate representation of color #966BD8: hue angle of 263.67º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966BD8 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150107216-
CMYK0.310.5000.15
HSL263.67º58.29%63.33%-
HSV(B)263.67º50.46%84.71%-
XYZ30.2321.9667.61-
YUV132.28175.25140.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 216 (84.77% from 255) = 45.67%
R=31.71%
G=22.62%
B=45.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501072160.310.5000.15263.6758.2963.33
Hex966BD81F320F1083a3f
Octal22615333037620174107277
Binary100101101101011110110001111111001001111100001000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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