#967DD5

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

Shades of Medium Purple #967DD5

Tints of Medium Purple #967DD5

Color information

#967DD5 (or 0x967DD5) is unknown color: approx Medium Purple. HEX triplet: 96, 7D and D5. RGB value is (150,125,213). Sum of RGB (Red+Green+Blue) = 150+125+213=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #967DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DD5 is #69822A. Grayscale: #8E8E8E. Windows color (decimal): -6914603 or 13991318. OLE color: 13991318.

HSL color Cylindrical-coordinate representation of color #967DD5: hue angle of 257.05º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967DD5 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150125213-
CMYK0.300.4100.16
HSL257.05º51.16%66.27%-
HSV(B)257.05º41.31%83.53%-
XYZ31.9225.9666.28-
YUV142.51167.78133.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.74%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=30.74%
G=25.61%
B=43.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501252130.300.4100.16257.0551.1666.27
Hex967DD51E290101013342
Octal226175325365102040163102
Binary10010110111110111010101111101010010100001000000011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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