#966BD5

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

Shades of Medium Purple #966BD5

Tints of Medium Purple #966BD5

Color information

#966BD5 (or 0x966BD5) is unknown color: approx Medium Purple. HEX triplet: 96, 6B and D5. RGB value is (150,107,213). Sum of RGB (Red+Green+Blue) = 150+107+213=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #966BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BD5 is #69942A. Grayscale: #838383. Windows color (decimal): -6919211 or 13986710. OLE color: 13986710.

HSL color Cylindrical-coordinate representation of color #966BD5: hue angle of 264.34º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966BD5 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150107213-
CMYK0.300.5000.16
HSL264.34º55.79%62.75%-
HSV(B)264.34º49.77%83.53%-
XYZ29.8521.865.59-
YUV131.94173.75140.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=31.91%
G=22.77%
B=45.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501072130.300.5000.16264.3455.7962.75
Hex966BD51E32010108383f
Octal22615332536620204107077
Binary1001011011010111101010111110110010010000100001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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