#967CDE

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

Shades of Medium Purple #967CDE

Tints of Medium Purple #967CDE

Color information

#967CDE (or 0x967CDE) is unknown color: approx Medium Purple. HEX triplet: 96, 7C and DE. RGB value is (150,124,222). Sum of RGB (Red+Green+Blue) = 150+124+222=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #967CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CDE is #698321. Grayscale: #8E8E8E. Windows color (decimal): -6914850 or 14580886. OLE color: 14580886.

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

Color convert

RGB150124222-
CMYK0.320.4400.13
HSL255.92º59.76%67.84%-
HSV(B)255.92º44.14%87.06%-
XYZ32.9726.1772.42-
YUV142.95172.61133.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 124 (48.83% from 255) = 25%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=30.24%
G=25%
B=44.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501242220.320.4400.13255.9259.7667.84
Hex967CDE202C0D1003c44
Octal226174336405401540074104
Binary10010110111110011011110100000101100011011000000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,124,222); }

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

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

 a { background-color: rgb(150,124,222); }

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

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

 span { border-color: rgb(150,124,222); }

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