#967DDD

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

Shades of Medium Purple #967DDD

Tints of Medium Purple #967DDD

Color information

#967DDD (or 0x967DDD) is unknown color: approx Medium Purple. HEX triplet: 96, 7D and DD. RGB value is (150,125,221). Sum of RGB (Red+Green+Blue) = 150+125+221=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #967DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DDD is #698222. Grayscale: #8F8F8F. Windows color (decimal): -6914595 or 14515606. OLE color: 14515606.

HSL color Cylindrical-coordinate representation of color #967DDD: hue angle of 255.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967DDD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150125221-
CMYK0.320.4300.13
HSL255.62º58.54%67.84%-
HSV(B)255.62º43.44%86.67%-
XYZ32.9626.3771.76-
YUV143.42171.78132.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 125 (49.22% from 255) = 25.20%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=30.24%
G=25.20%
B=44.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501252210.320.4300.13255.6258.5467.84
Hex967DDD202B0D1003b44
Octal226175335405301540073104
Binary10010110111110111011101100000101011011011000000001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967DDD; }

 p { color: rgb(150,125,221); }

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

<style>
 a { background-color: #967DDD; }

 a { background-color: rgb(150,125,221); }

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

<style>
 span { border-color: #967DDD; }

 span { border-color: rgb(150,125,221); }

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